Html Css Color HEX #EF5092 French Rose

📋 copy color: '#EF5092'

red 239 ◦ green 80 ◦ blue 146

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

Shades of French Rose #EF5092

Tints of French Rose #EF5092

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.2%

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

R = 51.4%
G = 17.2%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#EF5092 (or 0xEF5092) is known color: French Rose. HEX triplet: EF, 50 and 92. RGB value is (239,80,146). Sum of RGB (Red+Green+Blue) = 239+80+146=465 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.40% from 465); Green value is 80 (31.64% from 255 or 17.20% from 465); Blue value is 146 (57.42% from 255 or 31.40% from 465); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5092 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5092 is #10AF6D. Grayscale: #868686. Windows color (decimal): -1093486 or 9588975. OLE color: 9588975.

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

Color convert

RGB 239 80 146 -
CMYK 0 0.67 0.39 0.06
HSL 335.09º 0.83% 0.63% -
HSV(B) 335.09º 0.67% 0.94% -
XYZ 43.65 26.16 29.94 -
YUV 135.07 134.18 202.13 -
System Red Green Blue C M Y K H S L
Decimal 239 80 146 0 0.67 0.39 0.06 335.09 0.83 0.63
Hex EF 50 92 0 43 27 6 14F 53 3F
Octal 357 120 222 0 103 47 6 517 123 77
Binary 11101111 1010000 10010010 0 1000011 100111 110 101001111 1010011 111111

Color Harmonies of #EF5092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5092

Black with #EF5092

Text Example


Text Example

White with #EF5092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5092; }

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

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

background-color css

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

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

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

border-color css

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

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

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