Html Css Color HEX #EC4F81 Dark Pink

📋 copy color: '#EC4F81'

red 236 ◦ green 79 ◦ blue 129

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

Shades of Dark Pink #EC4F81

Tints of Dark Pink #EC4F81

RGB

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

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

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

R = 53.15%
G = 17.79%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EC4F81 (or 0xEC4F81) is known color: Dark Pink. HEX triplet: EC, 4F and 81. RGB value is (236,79,129). Sum of RGB (Red+Green+Blue) = 236+79+129=444 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.15% from 444); Green value is 79 (31.25% from 255 or 17.79% from 444); Blue value is 129 (50.78% from 255 or 29.05% from 444); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4F81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC4F81 is #13B07E. Grayscale: #838383. Windows color (decimal): -1290367 or 8474604. OLE color: 8474604.

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

Color convert

RGB 236 79 129 -
CMYK 0 0.67 0.45 0.07
HSL 340.89º 0.81% 0.62% -
HSV(B) 340.89º 0.67% 0.93% -
XYZ 41.35 25.01 23.42 -
YUV 131.64 126.51 202.43 -
System Red Green Blue C M Y K H S L
Decimal 236 79 129 0 0.67 0.45 0.07 340.89 0.81 0.62
Hex EC 4F 81 0 43 2D 7 155 51 3E
Octal 354 117 201 0 103 55 7 525 121 76
Binary 11101100 1001111 10000001 0 1000011 101101 111 101010101 1010001 111110

Color Harmonies of #EC4F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4F81

Black with #EC4F81

Text Example


Text Example

White with #EC4F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4F81; }

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

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

background-color css

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

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

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

border-color css

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

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

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