Html Css Color HEX #EF299C Persian Rose

📋 copy color: '#EF299C'

red 239 ◦ green 41 ◦ blue 156

#EF299C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Rose #EF299C

Tints of Persian Rose #EF299C

RGB

 RED value IS 239 (93.75% from 255) = 54.82%

 GREEN value IS 41 (16.41% from 255) = 9.4%

 BLUE value IS 156 (61.33% from 255) = 35.78%

R = 54.82%
G = 9.4%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.35

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EF299C (or 0xEF299C) is known color: Persian Rose. HEX triplet: EF, 29 and 9C. RGB value is (239,41,156). Sum of RGB (Red+Green+Blue) = 239+41+156=436 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.82% from 436); Green value is 41 (16.41% from 255 or 9.40% from 436); Blue value is 156 (61.33% from 255 or 35.78% from 436); Max value from RGB is 239 - color contains mainly: red. Hex color #EF299C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF299C is #10D663. Grayscale: #717171. Windows color (decimal): -1103460 or 10234351. OLE color: 10234351.

HSL color Cylindrical-coordinate representation of color #EF299C: hue angle of 325.15º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EF299C is Cyan = 0, Magento = 0.83, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 41 156 -
CMYK 0 0.83 0.35 0.06
HSL 325.15º 0.86% 0.55% -
HSV(B) 325.15º 0.83% 0.94% -
XYZ 42.39 22.34 33.53 -
YUV 113.31 152.1 217.65 -
System Red Green Blue C M Y K H S L
Decimal 239 41 156 0 0.83 0.35 0.06 325.15 0.86 0.55
Hex EF 29 9C 0 53 23 6 145 56 37
Octal 357 51 234 0 123 43 6 505 126 67
Binary 11101111 101001 10011100 0 1010011 100011 110 101000101 1010110 110111

Color Harmonies of #EF299C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF299C

Black with #EF299C

Text Example


Text Example

White with #EF299C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF299C; }

 p { color: rgb(239,41,156); }

 H1.HeaderClassName
 {
   color: #EF299C;
 }
 .AnyTagClassName
 {
   color: #EF299C;
 }
</style>

background-color css

<style>
 a { background-color: #EF299C; }

 a { background-color: rgb(239,41,156); }

 div.DivClassName
 {
   background-color: #EF299C;
 }
 .BgClassName
 {
   background-color: #EF299C;
 }
</style>

border-color css

<style>
 span { border-color: #EF299C; }

 span { border-color: rgb(239,41,156); }

 td.TdClassName
 {
   border-color: #EF299C;
 }
 .TagClassName
 {
   border-color: #EF299C;
 }
</style>