Html Css Color HEX #EE5881 Dark Pink

📋 copy color: '#EE5881'

red 238 ◦ green 88 ◦ blue 129

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

Shades of Dark Pink #EE5881

Tints of Dark Pink #EE5881

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.34%

 BLUE value IS 129 (50.78% from 255) = 28.35%

R = 52.31%
G = 19.34%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EE5881 (or 0xEE5881) is known color: Dark Pink. HEX triplet: EE, 58 and 81. RGB value is (238,88,129). Sum of RGB (Red+Green+Blue) = 238+88+129=455 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.31% from 455); Green value is 88 (34.77% from 255 or 19.34% from 455); Blue value is 129 (50.78% from 255 or 28.35% from 455); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5881 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5881 is #11A77E. Grayscale: #898989. Windows color (decimal): -1156991 or 8476910. OLE color: 8476910.

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

Color convert

RGB 238 88 129 -
CMYK 0 0.63 0.46 0.07
HSL 343.6º 0.82% 0.64% -
HSV(B) 343.6º 0.63% 0.93% -
XYZ 42.71 26.74 23.68 -
YUV 137.52 123.2 199.67 -
System Red Green Blue C M Y K H S L
Decimal 238 88 129 0 0.63 0.46 0.07 343.6 0.82 0.64
Hex EE 58 81 0 3F 2E 7 158 52 40
Octal 356 130 201 0 77 56 7 530 122 100
Binary 11101110 1011000 10000001 0 111111 101110 111 101011000 1010010 1000000

Color Harmonies of #EE5881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5881

Black with #EE5881

Text Example


Text Example

White with #EE5881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5881; }

 p { color: rgb(238,88,129); }

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

background-color css

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

 a { background-color: rgb(238,88,129); }

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

border-color css

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

 span { border-color: rgb(238,88,129); }

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