Html Css Color HEX #EF5492 French Rose

📋 copy color: '#EF5492'

red 239 ◦ green 84 ◦ blue 146

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

Shades of French Rose #EF5492

Tints of French Rose #EF5492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 31.13%

R = 50.96%
G = 17.91%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#EF5492 (or 0xEF5492) is known color: French Rose. HEX triplet: EF, 54 and 92. RGB value is (239,84,146). Sum of RGB (Red+Green+Blue) = 239+84+146=469 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.96% from 469); Green value is 84 (33.20% from 255 or 17.91% from 469); Blue value is 146 (57.42% from 255 or 31.13% from 469); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5492 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5492 is #10AB6D. Grayscale: #898989. Windows color (decimal): -1092462 or 9589999. OLE color: 9589999.

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

Color convert

RGB 239 84 146 -
CMYK 0 0.65 0.39 0.06
HSL 336º 0.83% 0.63% -
HSV(B) 336º 0.65% 0.94% -
XYZ 43.96 26.77 30.04 -
YUV 137.41 132.85 200.46 -
System Red Green Blue C M Y K H S L
Decimal 239 84 146 0 0.65 0.39 0.06 336 0.83 0.63
Hex EF 54 92 0 41 27 6 150 53 3F
Octal 357 124 222 0 101 47 6 520 123 77
Binary 11101111 1010100 10010010 0 1000001 100111 110 101010000 1010011 111111

Color Harmonies of #EF5492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5492

Black with #EF5492

Text Example


Text Example

White with #EF5492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5492; }

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

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

background-color css

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

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

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

border-color css

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

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

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