Html Css Color HEX #EF5497 French Rose

📋 copy color: '#EF5497'

red 239 ◦ green 84 ◦ blue 151

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

Shades of French Rose #EF5497

Tints of French Rose #EF5497

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.72%

 BLUE value IS 151 (59.38% from 255) = 31.86%

R = 50.42%
G = 17.72%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#EF5497 (or 0xEF5497) is known color: French Rose. HEX triplet: EF, 54 and 97. RGB value is (239,84,151). Sum of RGB (Red+Green+Blue) = 239+84+151=474 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.42% from 474); Green value is 84 (33.20% from 255 or 17.72% from 474); Blue value is 151 (59.38% from 255 or 31.86% from 474); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5497 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5497 is #10AB68. Grayscale: #898989. Windows color (decimal): -1092457 or 9917679. OLE color: 9917679.

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

Color convert

RGB 239 84 151 -
CMYK 0 0.65 0.37 0.06
HSL 334.06º 0.83% 0.63% -
HSV(B) 334.06º 0.65% 0.94% -
XYZ 44.35 26.93 32.14 -
YUV 137.98 135.35 200.05 -
System Red Green Blue C M Y K H S L
Decimal 239 84 151 0 0.65 0.37 0.06 334.06 0.83 0.63
Hex EF 54 97 0 41 25 6 14E 53 3F
Octal 357 124 227 0 101 45 6 516 123 77
Binary 11101111 1010100 10010111 0 1000001 100101 110 101001110 1010011 111111

Color Harmonies of #EF5497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5497

Black with #EF5497

Text Example


Text Example

White with #EF5497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5497; }

 p { color: rgb(239,84,151); }

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

background-color css

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

 a { background-color: rgb(239,84,151); }

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

border-color css

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

 span { border-color: rgb(239,84,151); }

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