Html Css Color HEX #EF5991 French Rose

📋 copy color: '#EF5991'

red 239 ◦ green 89 ◦ blue 145

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

Shades of French Rose #EF5991

Tints of French Rose #EF5991

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.82%

 BLUE value IS 145 (57.03% from 255) = 30.66%

R = 50.53%
G = 18.82%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#EF5991 (or 0xEF5991) is known color: French Rose. HEX triplet: EF, 59 and 91. RGB value is (239,89,145). Sum of RGB (Red+Green+Blue) = 239+89+145=473 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.53% from 473); Green value is 89 (35.16% from 255 or 18.82% from 473); Blue value is 145 (57.03% from 255 or 30.66% from 473); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5991 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5991 is #10A66E. Grayscale: #8C8C8C. Windows color (decimal): -1091183 or 9525743. OLE color: 9525743.

HSL color Cylindrical-coordinate representation of color #EF5991: hue angle of 337.6º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EF5991 is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 89 145 -
CMYK 0 0.63 0.39 0.06
HSL 337.6º 0.82% 0.64% -
HSV(B) 337.6º 0.63% 0.94% -
XYZ 44.28 27.54 29.77 -
YUV 140.23 130.7 198.45 -
System Red Green Blue C M Y K H S L
Decimal 239 89 145 0 0.63 0.39 0.06 337.6 0.82 0.64
Hex EF 59 91 0 3F 27 6 152 52 40
Octal 357 131 221 0 77 47 6 522 122 100
Binary 11101111 1011001 10010001 0 111111 100111 110 101010010 1010010 1000000

Color Harmonies of #EF5991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5991

Black with #EF5991

Text Example


Text Example

White with #EF5991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5991; }

 p { color: rgb(239,89,145); }

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

background-color css

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

 a { background-color: rgb(239,89,145); }

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

border-color css

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

 span { border-color: rgb(239,89,145); }

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