Html Css Color HEX #EE5481 Dark Pink

📋 copy color: '#EE5481'

red 238 ◦ green 84 ◦ blue 129

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

Shades of Dark Pink #EE5481

Tints of Dark Pink #EE5481

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.63%

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

R = 52.77%
G = 18.63%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EE5481 (or 0xEE5481) is known color: Dark Pink. HEX triplet: EE, 54 and 81. RGB value is (238,84,129). Sum of RGB (Red+Green+Blue) = 238+84+129=451 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.77% from 451); Green value is 84 (33.20% from 255 or 18.63% from 451); Blue value is 129 (50.78% from 255 or 28.60% from 451); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5481 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5481 is #11AB7E. Grayscale: #878787. Windows color (decimal): -1158015 or 8475886. OLE color: 8475886.

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

Color convert

RGB 238 84 129 -
CMYK 0 0.65 0.46 0.07
HSL 342.47º 0.82% 0.63% -
HSV(B) 342.47º 0.65% 0.93% -
XYZ 42.39 26.1 23.57 -
YUV 135.18 124.52 201.34 -
System Red Green Blue C M Y K H S L
Decimal 238 84 129 0 0.65 0.46 0.07 342.47 0.82 0.63
Hex EE 54 81 0 41 2E 7 156 52 3F
Octal 356 124 201 0 101 56 7 526 122 77
Binary 11101110 1010100 10000001 0 1000001 101110 111 101010110 1010010 111111

Color Harmonies of #EE5481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5481

Black with #EE5481

Text Example


Text Example

White with #EE5481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5481; }

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

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

background-color css

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

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

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

border-color css

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

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

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