Html Css Color HEX #EC517B Dark Pink

📋 copy color: '#EC517B'

red 236 ◦ green 81 ◦ blue 123

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

Shades of Dark Pink #EC517B

Tints of Dark Pink #EC517B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.95%

R = 53.64%
G = 18.41%
B = 27.95%

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

#EC517B (or 0xEC517B) is known color: Dark Pink. HEX triplet: EC, 51 and 7B. RGB value is (236,81,123). Sum of RGB (Red+Green+Blue) = 236+81+123=440 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.64% from 440); Green value is 81 (32.03% from 255 or 18.41% from 440); Blue value is 123 (48.44% from 255 or 27.95% from 440); Max value from RGB is 236 - color contains mainly: red. Hex color #EC517B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC517B is #13AE84. Grayscale: #848484. Windows color (decimal): -1289861 or 8081900. OLE color: 8081900.

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

Color convert

RGB 236 81 123 -
CMYK 0 0.66 0.48 0.07
HSL 343.74º 0.8% 0.62% -
HSV(B) 343.74º 0.66% 0.93% -
XYZ 41.11 25.15 21.43 -
YUV 132.13 122.85 202.08 -
System Red Green Blue C M Y K H S L
Decimal 236 81 123 0 0.66 0.48 0.07 343.74 0.8 0.62
Hex EC 51 7B 0 42 30 7 158 50 3E
Octal 354 121 173 0 102 60 7 530 120 76
Binary 11101100 1010001 1111011 0 1000010 110000 111 101011000 1010000 111110

Color Harmonies of #EC517B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC517B

Black with #EC517B

Text Example


Text Example

White with #EC517B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC517B; }

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

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

background-color css

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

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

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

border-color css

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

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

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