Html Css Color HEX #EF5B91 French Rose

📋 copy color: '#EF5B91'

red 239 ◦ green 91 ◦ blue 145

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

Shades of French Rose #EF5B91

Tints of French Rose #EF5B91

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.16%

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

R = 50.32%
G = 19.16%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#EF5B91 (or 0xEF5B91) is known color: French Rose. HEX triplet: EF, 5B and 91. RGB value is (239,91,145). Sum of RGB (Red+Green+Blue) = 239+91+145=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 91 (35.94% from 255 or 19.16% from 475); Blue value is 145 (57.03% from 255 or 30.53% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5B91 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5B91 is #10A46E. Grayscale: #8D8D8D. Windows color (decimal): -1090671 or 9526255. OLE color: 9526255.

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

Color convert

RGB 239 91 145 -
CMYK 0 0.62 0.39 0.06
HSL 338.11º 0.82% 0.65% -
HSV(B) 338.11º 0.62% 0.94% -
XYZ 44.45 27.88 29.83 -
YUV 141.41 130.03 197.61 -
System Red Green Blue C M Y K H S L
Decimal 239 91 145 0 0.62 0.39 0.06 338.11 0.82 0.65
Hex EF 5B 91 0 3E 27 6 152 52 41
Octal 357 133 221 0 76 47 6 522 122 101
Binary 11101111 1011011 10010001 0 111110 100111 110 101010010 1010010 1000001

Color Harmonies of #EF5B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5B91

Black with #EF5B91

Text Example


Text Example

White with #EF5B91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5B91; }

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

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

background-color css

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

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

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

border-color css

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

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

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