Html Css Color HEX #EE557A Dark Pink

📋 copy color: '#EE557A'

red 238 ◦ green 85 ◦ blue 122

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

Shades of Dark Pink #EE557A

Tints of Dark Pink #EE557A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.42%

R = 53.48%
G = 19.1%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EE557A (or 0xEE557A) is known color: Dark Pink. HEX triplet: EE, 55 and 7A. RGB value is (238,85,122). Sum of RGB (Red+Green+Blue) = 238+85+122=445 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.48% from 445); Green value is 85 (33.59% from 255 or 19.10% from 445); Blue value is 122 (48.05% from 255 or 27.42% from 445); Max value from RGB is 238 - color contains mainly: red. Hex color #EE557A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE557A is #11AA85. Grayscale: #868686. Windows color (decimal): -1157766 or 8017390. OLE color: 8017390.

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

Color convert

RGB 238 85 122 -
CMYK 0 0.64 0.49 0.07
HSL 345.49º 0.82% 0.63% -
HSV(B) 345.49º 0.64% 0.93% -
XYZ 42.02 26.08 21.23 -
YUV 134.97 120.69 201.49 -
System Red Green Blue C M Y K H S L
Decimal 238 85 122 0 0.64 0.49 0.07 345.49 0.82 0.63
Hex EE 55 7A 0 40 31 7 159 52 3F
Octal 356 125 172 0 100 61 7 531 122 77
Binary 11101110 1010101 1111010 0 1000000 110001 111 101011001 1010010 111111

Color Harmonies of #EE557A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE557A

Black with #EE557A

Text Example


Text Example

White with #EE557A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE557A; }

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

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

background-color css

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

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

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

border-color css

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

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

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