Html Css Color HEX #EC4C81 Dark Pink

📋 copy color: '#EC4C81'

red 236 ◦ green 76 ◦ blue 129

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

Shades of Dark Pink #EC4C81

Tints of Dark Pink #EC4C81

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.23%

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

R = 53.51%
G = 17.23%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EC4C81 (or 0xEC4C81) is known color: Dark Pink. HEX triplet: EC, 4C and 81. RGB value is (236,76,129). Sum of RGB (Red+Green+Blue) = 236+76+129=441 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.51% from 441); Green value is 76 (30.08% from 255 or 17.23% from 441); Blue value is 129 (50.78% from 255 or 29.25% from 441); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4C81 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4C81 is #13B37E. Grayscale: #818181. Windows color (decimal): -1291135 or 8473836. OLE color: 8473836.

HSL color Cylindrical-coordinate representation of color #EC4C81: hue angle of 340.12º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EC4C81 is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 76 129 -
CMYK 0 0.68 0.45 0.07
HSL 340.13º 0.81% 0.61% -
HSV(B) 340.13º 0.68% 0.93% -
XYZ 41.14 24.59 23.35 -
YUV 129.88 127.51 203.69 -
System Red Green Blue C M Y K H S L
Decimal 236 76 129 0 0.68 0.45 0.07 340.13 0.81 0.61
Hex EC 4C 81 0 44 2D 7 154 51 3D
Octal 354 114 201 0 104 55 7 524 121 75
Binary 11101100 1001100 10000001 0 1000100 101101 111 101010100 1010001 111101

Color Harmonies of #EC4C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4C81

Black with #EC4C81

Text Example


Text Example

White with #EC4C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4C81; }

 p { color: rgb(236,76,129); }

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

background-color css

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

 a { background-color: rgb(236,76,129); }

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

border-color css

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

 span { border-color: rgb(236,76,129); }

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