Html Css Color HEX #EE517C Dark Pink

📋 copy color: '#EE517C'

red 238 ◦ green 81 ◦ blue 124

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

Shades of Dark Pink #EE517C

Tints of Dark Pink #EE517C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 27.99%

R = 53.72%
G = 18.28%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EE517C (or 0xEE517C) is known color: Dark Pink. HEX triplet: EE, 51 and 7C. RGB value is (238,81,124). Sum of RGB (Red+Green+Blue) = 238+81+124=443 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.72% from 443); Green value is 81 (32.03% from 255 or 18.28% from 443); Blue value is 124 (48.83% from 255 or 27.99% from 443); Max value from RGB is 238 - color contains mainly: red. Hex color #EE517C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE517C is #11AE83. Grayscale: #848484. Windows color (decimal): -1158788 or 8147438. OLE color: 8147438.

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

Color convert

RGB 238 81 124 -
CMYK 0 0.66 0.48 0.07
HSL 343.57º 0.82% 0.63% -
HSV(B) 343.57º 0.66% 0.93% -
XYZ 41.84 25.52 21.79 -
YUV 132.85 123.01 203 -
System Red Green Blue C M Y K H S L
Decimal 238 81 124 0 0.66 0.48 0.07 343.57 0.82 0.63
Hex EE 51 7C 0 42 30 7 158 52 3F
Octal 356 121 174 0 102 60 7 530 122 77
Binary 11101110 1010001 1111100 0 1000010 110000 111 101011000 1010010 111111

Color Harmonies of #EE517C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE517C

Black with #EE517C

Text Example


Text Example

White with #EE517C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE517C; }

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

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

background-color css

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

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

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

border-color css

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

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

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