Html Css Color HEX #EE5594 French Rose

📋 copy color: '#EE5594'

red 238 ◦ green 85 ◦ blue 148

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

Shades of French Rose #EE5594

Tints of French Rose #EE5594

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.05%

 BLUE value IS 148 (58.2% from 255) = 31.42%

R = 50.53%
G = 18.05%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EE5594 (or 0xEE5594) is known color: French Rose. HEX triplet: EE, 55 and 94. RGB value is (238,85,148). Sum of RGB (Red+Green+Blue) = 238+85+148=471 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.53% from 471); Green value is 85 (33.59% from 255 or 18.05% from 471); Blue value is 148 (58.20% from 255 or 31.42% from 471); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5594 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5594 is #11AA6B. Grayscale: #898989. Windows color (decimal): -1157740 or 9721326. OLE color: 9721326.

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

Color convert

RGB 238 85 148 -
CMYK 0 0.64 0.38 0.07
HSL 335.29º 0.82% 0.63% -
HSV(B) 335.29º 0.64% 0.93% -
XYZ 43.85 26.81 30.88 -
YUV 137.93 133.69 199.38 -
System Red Green Blue C M Y K H S L
Decimal 238 85 148 0 0.64 0.38 0.07 335.29 0.82 0.63
Hex EE 55 94 0 40 26 7 14F 52 3F
Octal 356 125 224 0 100 46 7 517 122 77
Binary 11101110 1010101 10010100 0 1000000 100110 111 101001111 1010010 111111

Color Harmonies of #EE5594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5594

Black with #EE5594

Text Example


Text Example

White with #EE5594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5594; }

 p { color: rgb(238,85,148); }

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

background-color css

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

 a { background-color: rgb(238,85,148); }

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

border-color css

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

 span { border-color: rgb(238,85,148); }

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