Html Css Color HEX #EF5992 French Rose

📋 copy color: '#EF5992'

red 239 ◦ green 89 ◦ blue 146

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

Shades of French Rose #EF5992

Tints of French Rose #EF5992

RGB

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

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

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

R = 50.42%
G = 18.78%
B = 30.8%

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

#EF5992 (or 0xEF5992) is known color: French Rose. HEX triplet: EF, 59 and 92. RGB value is (239,89,146). Sum of RGB (Red+Green+Blue) = 239+89+146=474 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.42% from 474); Green value is 89 (35.16% from 255 or 18.78% from 474); Blue value is 146 (57.42% from 255 or 30.80% from 474); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5992 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5992 is #10A66D. Grayscale: #8C8C8C. Windows color (decimal): -1091182 or 9591279. OLE color: 9591279.

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

Color convert

RGB 239 89 146 -
CMYK 0 0.63 0.39 0.06
HSL 337.2º 0.82% 0.64% -
HSV(B) 337.2º 0.63% 0.94% -
XYZ 44.36 27.57 30.18 -
YUV 140.35 131.2 198.37 -
System Red Green Blue C M Y K H S L
Decimal 239 89 146 0 0.63 0.39 0.06 337.2 0.82 0.64
Hex EF 59 92 0 3F 27 6 151 52 40
Octal 357 131 222 0 77 47 6 521 122 100
Binary 11101111 1011001 10010010 0 111111 100111 110 101010001 1010010 1000000

Color Harmonies of #EF5992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5992

Black with #EF5992

Text Example


Text Example

White with #EF5992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5992; }

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

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

background-color css

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

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

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

border-color css

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

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

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