Html Css Color HEX #EC4B6E Dark Pink

📋 copy color: '#EC4B6E'

red 236 ◦ green 75 ◦ blue 110

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

Shades of Dark Pink #EC4B6E

Tints of Dark Pink #EC4B6E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.81%

 BLUE value IS 110 (43.36% from 255) = 26.13%

R = 56.06%
G = 17.81%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC4B6E (or 0xEC4B6E) is known color: Dark Pink. HEX triplet: EC, 4B and 6E. RGB value is (236,75,110). Sum of RGB (Red+Green+Blue) = 236+75+110=421 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.06% from 421); Green value is 75 (29.69% from 255 or 17.81% from 421); Blue value is 110 (43.36% from 255 or 26.13% from 421); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4B6E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4B6E is #13B491. Grayscale: #7F7F7F. Windows color (decimal): -1291410 or 7228396. OLE color: 7228396.

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

Color convert

RGB 236 75 110 -
CMYK 0 0.68 0.53 0.07
HSL 346.96º 0.81% 0.61% -
HSV(B) 346.96º 0.68% 0.93% -
XYZ 39.92 23.99 17.28 -
YUV 127.13 118.34 205.65 -
System Red Green Blue C M Y K H S L
Decimal 236 75 110 0 0.68 0.53 0.07 346.96 0.81 0.61
Hex EC 4B 6E 0 44 35 7 15B 51 3D
Octal 354 113 156 0 104 65 7 533 121 75
Binary 11101100 1001011 1101110 0 1000100 110101 111 101011011 1010001 111101

Color Harmonies of #EC4B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4B6E

Black with #EC4B6E

Text Example


Text Example

White with #EC4B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4B6E; }

 p { color: rgb(236,75,110); }

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

background-color css

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

 a { background-color: rgb(236,75,110); }

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

border-color css

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

 span { border-color: rgb(236,75,110); }

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