Html Css Color HEX #EF5392 French Rose

📋 copy color: '#EF5392'

red 239 ◦ green 83 ◦ blue 146

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

Shades of French Rose #EF5392

Tints of French Rose #EF5392

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.74%

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

R = 51.07%
G = 17.74%
B = 31.2%

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

#EF5392 (or 0xEF5392) is known color: French Rose. HEX triplet: EF, 53 and 92. RGB value is (239,83,146). Sum of RGB (Red+Green+Blue) = 239+83+146=468 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.07% from 468); Green value is 83 (32.81% from 255 or 17.74% from 468); Blue value is 146 (57.42% from 255 or 31.20% from 468); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5392 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5392 is #10AC6D. Grayscale: #888888. Windows color (decimal): -1092718 or 9589743. OLE color: 9589743.

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

Color convert

RGB 239 83 146 -
CMYK 0 0.65 0.39 0.06
HSL 335.77º 0.83% 0.63% -
HSV(B) 335.77º 0.65% 0.94% -
XYZ 43.88 26.61 30.02 -
YUV 136.83 133.18 200.88 -
System Red Green Blue C M Y K H S L
Decimal 239 83 146 0 0.65 0.39 0.06 335.77 0.83 0.63
Hex EF 53 92 0 41 27 6 150 53 3F
Octal 357 123 222 0 101 47 6 520 123 77
Binary 11101111 1010011 10010010 0 1000001 100111 110 101010000 1010011 111111

Color Harmonies of #EF5392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5392

Black with #EF5392

Text Example


Text Example

White with #EF5392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5392; }

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

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

background-color css

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

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

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

border-color css

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

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

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