Html Css Color HEX #EE558A Dark Pink

📋 copy color: '#EE558A'

red 238 ◦ green 85 ◦ blue 138

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

Shades of Dark Pink #EE558A

Tints of Dark Pink #EE558A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.93%

R = 51.63%
G = 18.44%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EE558A (or 0xEE558A) is known color: Dark Pink. HEX triplet: EE, 55 and 8A. RGB value is (238,85,138). Sum of RGB (Red+Green+Blue) = 238+85+138=461 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.63% from 461); Green value is 85 (33.59% from 255 or 18.44% from 461); Blue value is 138 (54.30% from 255 or 29.93% from 461); Max value from RGB is 238 - color contains mainly: red. Hex color #EE558A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE558A is #11AA75. Grayscale: #888888. Windows color (decimal): -1157750 or 9065966. OLE color: 9065966.

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

Color convert

RGB 238 85 138 -
CMYK 0 0.64 0.42 0.07
HSL 339.22º 0.82% 0.63% -
HSV(B) 339.22º 0.64% 0.93% -
XYZ 43.1 26.51 26.89 -
YUV 136.79 128.69 200.19 -
System Red Green Blue C M Y K H S L
Decimal 238 85 138 0 0.64 0.42 0.07 339.22 0.82 0.63
Hex EE 55 8A 0 40 2A 7 153 52 3F
Octal 356 125 212 0 100 52 7 523 122 77
Binary 11101110 1010101 10001010 0 1000000 101010 111 101010011 1010010 111111

Color Harmonies of #EE558A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE558A

Black with #EE558A

Text Example


Text Example

White with #EE558A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE558A; }

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

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

background-color css

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

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

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

border-color css

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

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

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