Html Css Color HEX #EE5281 Dark Pink

📋 copy color: '#EE5281'

red 238 ◦ green 82 ◦ blue 129

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

Shades of Dark Pink #EE5281

Tints of Dark Pink #EE5281

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.26%

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

R = 53.01%
G = 18.26%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EE5281 (or 0xEE5281) is known color: Dark Pink. HEX triplet: EE, 52 and 81. RGB value is (238,82,129). Sum of RGB (Red+Green+Blue) = 238+82+129=449 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.01% from 449); Green value is 82 (32.42% from 255 or 18.26% from 449); Blue value is 129 (50.78% from 255 or 28.73% from 449); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5281 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5281 is #11AD7E. Grayscale: #858585. Windows color (decimal): -1158527 or 8475374. OLE color: 8475374.

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

Color convert

RGB 238 82 129 -
CMYK 0 0.66 0.46 0.07
HSL 341.92º 0.82% 0.63% -
HSV(B) 341.92º 0.66% 0.93% -
XYZ 42.24 25.8 23.52 -
YUV 134 125.18 202.18 -
System Red Green Blue C M Y K H S L
Decimal 238 82 129 0 0.66 0.46 0.07 341.92 0.82 0.63
Hex EE 52 81 0 42 2E 7 156 52 3F
Octal 356 122 201 0 102 56 7 526 122 77
Binary 11101110 1010010 10000001 0 1000010 101110 111 101010110 1010010 111111

Color Harmonies of #EE5281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5281

Black with #EE5281

Text Example


Text Example

White with #EE5281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5281; }

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

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

background-color css

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

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

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

border-color css

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

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

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