Html Css Color HEX #EE557D Dark Pink

📋 copy color: '#EE557D'

red 238 ◦ green 85 ◦ blue 125

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

Shades of Dark Pink #EE557D

Tints of Dark Pink #EE557D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.9%

R = 53.13%
G = 18.97%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EE557D (or 0xEE557D) is known color: Dark Pink. HEX triplet: EE, 55 and 7D. RGB value is (238,85,125). Sum of RGB (Red+Green+Blue) = 238+85+125=448 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.12% from 448); Green value is 85 (33.59% from 255 or 18.97% from 448); Blue value is 125 (49.22% from 255 or 27.90% from 448); Max value from RGB is 238 - color contains mainly: red. Hex color #EE557D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE557D is #11AA82. Grayscale: #878787. Windows color (decimal): -1157763 or 8213998. OLE color: 8213998.

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

Color convert

RGB 238 85 125 -
CMYK 0 0.64 0.47 0.07
HSL 344.31º 0.82% 0.63% -
HSV(B) 344.31º 0.64% 0.93% -
XYZ 42.21 26.15 22.23 -
YUV 135.31 122.19 201.25 -
System Red Green Blue C M Y K H S L
Decimal 238 85 125 0 0.64 0.47 0.07 344.31 0.82 0.63
Hex EE 55 7D 0 40 2F 7 158 52 3F
Octal 356 125 175 0 100 57 7 530 122 77
Binary 11101110 1010101 1111101 0 1000000 101111 111 101011000 1010010 111111

Color Harmonies of #EE557D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE557D

Black with #EE557D

Text Example


Text Example

White with #EE557D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE557D; }

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

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

background-color css

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

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

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

border-color css

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

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

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