Html Css Color HEX #EC4C83 Dark Pink

📋 copy color: '#EC4C83'

red 236 ◦ green 76 ◦ blue 131

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

Shades of Dark Pink #EC4C83

Tints of Dark Pink #EC4C83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 29.57%

R = 53.27%
G = 17.16%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EC4C83 (or 0xEC4C83) is known color: Dark Pink. HEX triplet: EC, 4C and 83. RGB value is (236,76,131). Sum of RGB (Red+Green+Blue) = 236+76+131=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 76 (30.08% from 255 or 17.16% from 443); Blue value is 131 (51.56% from 255 or 29.57% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4C83 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4C83 is #13B37C. Grayscale: #828282. Windows color (decimal): -1291133 or 8604908. OLE color: 8604908.

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

Color convert

RGB 236 76 131 -
CMYK 0 0.68 0.44 0.07
HSL 339.38º 0.81% 0.61% -
HSV(B) 339.38º 0.68% 0.93% -
XYZ 41.27 24.64 24.05 -
YUV 130.11 128.51 203.53 -
System Red Green Blue C M Y K H S L
Decimal 236 76 131 0 0.68 0.44 0.07 339.38 0.81 0.61
Hex EC 4C 83 0 44 2C 7 153 51 3D
Octal 354 114 203 0 104 54 7 523 121 75
Binary 11101100 1001100 10000011 0 1000100 101100 111 101010011 1010001 111101

Color Harmonies of #EC4C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4C83

Black with #EC4C83

Text Example


Text Example

White with #EC4C83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4C83; }

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

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

background-color css

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

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

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

border-color css

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

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

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