Html Css Color HEX #EE5092 French Rose

📋 copy color: '#EE5092'

red 238 ◦ green 80 ◦ blue 146

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

Shades of French Rose #EE5092

Tints of French Rose #EE5092

RGB

 RED value IS 238 (93.36% from 255) = 51.29%

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

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

R = 51.29%
G = 17.24%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EE5092 (or 0xEE5092) is known color: French Rose. HEX triplet: EE, 50 and 92. RGB value is (238,80,146). Sum of RGB (Red+Green+Blue) = 238+80+146=464 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.29% from 464); Green value is 80 (31.64% from 255 or 17.24% from 464); Blue value is 146 (57.42% from 255 or 31.47% from 464); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5092 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5092 is #11AF6D. Grayscale: #868686. Windows color (decimal): -1159022 or 9588974. OLE color: 9588974.

HSL color Cylindrical-coordinate representation of color #EE5092: hue angle of 334.94º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EE5092 is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 80 146 -
CMYK 0 0.66 0.39 0.07
HSL 334.94º 0.82% 0.62% -
HSV(B) 334.94º 0.66% 0.93% -
XYZ 43.32 25.99 29.93 -
YUV 134.77 134.35 201.63 -
System Red Green Blue C M Y K H S L
Decimal 238 80 146 0 0.66 0.39 0.07 334.94 0.82 0.62
Hex EE 50 92 0 42 27 7 14F 52 3E
Octal 356 120 222 0 102 47 7 517 122 76
Binary 11101110 1010000 10010010 0 1000010 100111 111 101001111 1010010 111110

Color Harmonies of #EE5092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5092

Black with #EE5092

Text Example


Text Example

White with #EE5092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5092; }

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

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

background-color css

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

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

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

border-color css

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

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

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