Html Css Color HEX #EC4F86 Dark Pink

📋 copy color: '#EC4F86'

red 236 ◦ green 79 ◦ blue 134

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

Shades of Dark Pink #EC4F86

Tints of Dark Pink #EC4F86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 29.84%

R = 52.56%
G = 17.59%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#EC4F86 (or 0xEC4F86) is known color: Dark Pink. HEX triplet: EC, 4F and 86. RGB value is (236,79,134). Sum of RGB (Red+Green+Blue) = 236+79+134=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 79 (31.25% from 255 or 17.59% from 449); Blue value is 134 (52.73% from 255 or 29.84% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4F86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC4F86 is #13B079. Grayscale: #848484. Windows color (decimal): -1290362 or 8802284. OLE color: 8802284.

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

Color convert

RGB 236 79 134 -
CMYK 0 0.67 0.43 0.07
HSL 338.98º 0.81% 0.62% -
HSV(B) 338.98º 0.67% 0.93% -
XYZ 41.69 25.15 25.21 -
YUV 132.21 129.01 202.03 -
System Red Green Blue C M Y K H S L
Decimal 236 79 134 0 0.67 0.43 0.07 338.98 0.81 0.62
Hex EC 4F 86 0 43 2B 7 153 51 3E
Octal 354 117 206 0 103 53 7 523 121 76
Binary 11101100 1001111 10000110 0 1000011 101011 111 101010011 1010001 111110

Color Harmonies of #EC4F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4F86

Black with #EC4F86

Text Example


Text Example

White with #EC4F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4F86; }

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

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

background-color css

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

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

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

border-color css

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

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

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