Html Css Color HEX #EF299E Persian Rose

📋 copy color: '#EF299E'

red 239 ◦ green 41 ◦ blue 158

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

Shades of Persian Rose #EF299E

Tints of Persian Rose #EF299E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 36.07%

R = 54.57%
G = 9.36%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#EF299E (or 0xEF299E) is known color: Persian Rose. HEX triplet: EF, 29 and 9E. RGB value is (239,41,158). Sum of RGB (Red+Green+Blue) = 239+41+158=438 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.57% from 438); Green value is 41 (16.41% from 255 or 9.36% from 438); Blue value is 158 (62.11% from 255 or 36.07% from 438); Max value from RGB is 239 - color contains mainly: red. Hex color #EF299E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF299E is #10D661. Grayscale: #717171. Windows color (decimal): -1103458 or 10365423. OLE color: 10365423.

HSL color Cylindrical-coordinate representation of color #EF299E: hue angle of 324.55º 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 #EF299E is Cyan = 0, Magento = 0.83, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 41 158 -
CMYK 0 0.83 0.34 0.06
HSL 324.55º 0.86% 0.55% -
HSV(B) 324.55º 0.83% 0.94% -
XYZ 42.56 22.41 34.43 -
YUV 113.54 153.1 217.49 -
System Red Green Blue C M Y K H S L
Decimal 239 41 158 0 0.83 0.34 0.06 324.55 0.86 0.55
Hex EF 29 9E 0 53 22 6 145 56 37
Octal 357 51 236 0 123 42 6 505 126 67
Binary 11101111 101001 10011110 0 1010011 100010 110 101000101 1010110 110111

Color Harmonies of #EF299E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF299E

Black with #EF299E

Text Example


Text Example

White with #EF299E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF299E; }

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

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

background-color css

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

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

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

border-color css

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

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

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