Html Css Color HEX #EE5690 French Rose

📋 copy color: '#EE5690'

red 238 ◦ green 86 ◦ blue 144

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

Shades of French Rose #EE5690

Tints of French Rose #EE5690

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.38%

 BLUE value IS 144 (56.64% from 255) = 30.77%

R = 50.85%
G = 18.38%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EE5690 (or 0xEE5690) is known color: French Rose. HEX triplet: EE, 56 and 90. RGB value is (238,86,144). Sum of RGB (Red+Green+Blue) = 238+86+144=468 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.85% from 468); Green value is 86 (33.98% from 255 or 18.38% from 468); Blue value is 144 (56.64% from 255 or 30.77% from 468); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5690 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5690 is #11A96F. Grayscale: #898989. Windows color (decimal): -1157488 or 9459438. OLE color: 9459438.

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

Color convert

RGB 238 86 144 -
CMYK 0 0.64 0.39 0.07
HSL 337.11º 0.82% 0.64% -
HSV(B) 337.11º 0.64% 0.93% -
XYZ 43.62 26.85 29.27 -
YUV 138.06 131.36 199.28 -
System Red Green Blue C M Y K H S L
Decimal 238 86 144 0 0.64 0.39 0.07 337.11 0.82 0.64
Hex EE 56 90 0 40 27 7 151 52 40
Octal 356 126 220 0 100 47 7 521 122 100
Binary 11101110 1010110 10010000 0 1000000 100111 111 101010001 1010010 1000000

Color Harmonies of #EE5690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5690

Black with #EE5690

Text Example


Text Example

White with #EE5690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5690; }

 p { color: rgb(238,86,144); }

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

background-color css

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

 a { background-color: rgb(238,86,144); }

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

border-color css

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

 span { border-color: rgb(238,86,144); }

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