Html Css Color HEX #EE558D French Rose

📋 copy color: '#EE558D'

red 238 ◦ green 85 ◦ blue 141

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

Shades of French Rose #EE558D

Tints of French Rose #EE558D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.39%

R = 51.29%
G = 18.32%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EE558D (or 0xEE558D) is known color: French Rose. HEX triplet: EE, 55 and 8D. RGB value is (238,85,141). Sum of RGB (Red+Green+Blue) = 238+85+141=464 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.29% from 464); Green value is 85 (33.59% from 255 or 18.32% from 464); Blue value is 141 (55.47% from 255 or 30.39% from 464); Max value from RGB is 238 - color contains mainly: red. Hex color #EE558D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE558D is #11AA72. Grayscale: #898989. Windows color (decimal): -1157747 or 9262574. OLE color: 9262574.

HSL color Cylindrical-coordinate representation of color #EE558D: hue angle of 338.04º 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 #EE558D is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 85 141 -
CMYK 0 0.64 0.41 0.07
HSL 338.04º 0.82% 0.63% -
HSV(B) 338.04º 0.64% 0.93% -
XYZ 43.32 26.6 28.05 -
YUV 137.13 130.19 199.95 -
System Red Green Blue C M Y K H S L
Decimal 238 85 141 0 0.64 0.41 0.07 338.04 0.82 0.63
Hex EE 55 8D 0 40 29 7 152 52 3F
Octal 356 125 215 0 100 51 7 522 122 77
Binary 11101110 1010101 10001101 0 1000000 101001 111 101010010 1010010 111111

Color Harmonies of #EE558D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE558D

Black with #EE558D

Text Example


Text Example

White with #EE558D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE558D; }

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

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

background-color css

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

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

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

border-color css

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

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

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