Html Css Color HEX #EE5184 Dark Pink

📋 copy color: '#EE5184'

red 238 ◦ green 81 ◦ blue 132

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

Shades of Dark Pink #EE5184

Tints of Dark Pink #EE5184

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.96%

 BLUE value IS 132 (51.95% from 255) = 29.27%

R = 52.77%
G = 17.96%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EE5184 (or 0xEE5184) is known color: Dark Pink. HEX triplet: EE, 51 and 84. RGB value is (238,81,132). Sum of RGB (Red+Green+Blue) = 238+81+132=451 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.77% from 451); Green value is 81 (32.03% from 255 or 17.96% from 451); Blue value is 132 (51.95% from 255 or 29.27% from 451); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5184 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5184 is #11AE7B. Grayscale: #858585. Windows color (decimal): -1158780 or 8671726. OLE color: 8671726.

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

Color convert

RGB 238 81 132 -
CMYK 0 0.66 0.45 0.07
HSL 340.51º 0.82% 0.63% -
HSV(B) 340.51º 0.66% 0.93% -
XYZ 42.37 25.73 24.56 -
YUV 133.76 127.01 202.35 -
System Red Green Blue C M Y K H S L
Decimal 238 81 132 0 0.66 0.45 0.07 340.51 0.82 0.63
Hex EE 51 84 0 42 2D 7 155 52 3F
Octal 356 121 204 0 102 55 7 525 122 77
Binary 11101110 1010001 10000100 0 1000010 101101 111 101010101 1010010 111111

Color Harmonies of #EE5184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5184

Black with #EE5184

Text Example


Text Example

White with #EE5184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5184; }

 p { color: rgb(238,81,132); }

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

background-color css

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

 a { background-color: rgb(238,81,132); }

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

border-color css

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

 span { border-color: rgb(238,81,132); }

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