Html Css Color HEX #EC517E Dark Pink

📋 copy color: '#EC517E'

red 236 ◦ green 81 ◦ blue 126

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

Shades of Dark Pink #EC517E

Tints of Dark Pink #EC517E

RGB

 RED value IS 236 (92.58% from 255) = 53.27%

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

 BLUE value IS 126 (49.61% from 255) = 28.44%

R = 53.27%
G = 18.28%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EC517E (or 0xEC517E) is known color: Dark Pink. HEX triplet: EC, 51 and 7E. RGB value is (236,81,126). Sum of RGB (Red+Green+Blue) = 236+81+126=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 81 (32.03% from 255 or 18.28% from 443); Blue value is 126 (49.61% from 255 or 28.44% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #EC517E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC517E is #13AE81. Grayscale: #848484. Windows color (decimal): -1289858 or 8278508. OLE color: 8278508.

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

Color convert

RGB 236 81 126 -
CMYK 0 0.66 0.47 0.07
HSL 342.58º 0.8% 0.62% -
HSV(B) 342.58º 0.66% 0.93% -
XYZ 41.3 25.22 22.43 -
YUV 132.48 124.35 201.84 -
System Red Green Blue C M Y K H S L
Decimal 236 81 126 0 0.66 0.47 0.07 342.58 0.8 0.62
Hex EC 51 7E 0 42 2F 7 157 50 3E
Octal 354 121 176 0 102 57 7 527 120 76
Binary 11101100 1010001 1111110 0 1000010 101111 111 101010111 1010000 111110

Color Harmonies of #EC517E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC517E

Black with #EC517E

Text Example


Text Example

White with #EC517E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC517E; }

 p { color: rgb(236,81,126); }

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

background-color css

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

 a { background-color: rgb(236,81,126); }

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

border-color css

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

 span { border-color: rgb(236,81,126); }

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