Html Css Color HEX #EC4F84 Dark Pink

📋 copy color: '#EC4F84'

red 236 ◦ green 79 ◦ blue 132

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

Shades of Dark Pink #EC4F84

Tints of Dark Pink #EC4F84

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.67%

 BLUE value IS 132 (51.95% from 255) = 29.53%

R = 52.8%
G = 17.67%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EC4F84 (or 0xEC4F84) is known color: Dark Pink. HEX triplet: EC, 4F and 84. RGB value is (236,79,132). Sum of RGB (Red+Green+Blue) = 236+79+132=447 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.80% from 447); Green value is 79 (31.25% from 255 or 17.67% from 447); Blue value is 132 (51.95% from 255 or 29.53% from 447); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4F84 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC4F84 is #13B07B. Grayscale: #838383. Windows color (decimal): -1290364 or 8671212. OLE color: 8671212.

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

Color convert

RGB 236 79 132 -
CMYK 0 0.67 0.44 0.07
HSL 339.75º 0.81% 0.62% -
HSV(B) 339.75º 0.67% 0.93% -
XYZ 41.55 25.09 24.48 -
YUV 131.99 128.01 202.19 -
System Red Green Blue C M Y K H S L
Decimal 236 79 132 0 0.67 0.44 0.07 339.75 0.81 0.62
Hex EC 4F 84 0 43 2C 7 154 51 3E
Octal 354 117 204 0 103 54 7 524 121 76
Binary 11101100 1001111 10000100 0 1000011 101100 111 101010100 1010001 111110

Color Harmonies of #EC4F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4F84

Black with #EC4F84

Text Example


Text Example

White with #EC4F84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4F84; }

 p { color: rgb(236,79,132); }

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

background-color css

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

 a { background-color: rgb(236,79,132); }

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

border-color css

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

 span { border-color: rgb(236,79,132); }

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