Html Css Color HEX #EC4B73 Dark Pink

📋 copy color: '#EC4B73'

red 236 ◦ green 75 ◦ blue 115

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

Shades of Dark Pink #EC4B73

Tints of Dark Pink #EC4B73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 27%

R = 55.4%
G = 17.61%
B = 27%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EC4B73 (or 0xEC4B73) is known color: Dark Pink. HEX triplet: EC, 4B and 73. RGB value is (236,75,115). Sum of RGB (Red+Green+Blue) = 236+75+115=426 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.40% from 426); Green value is 75 (29.69% from 255 or 17.61% from 426); Blue value is 115 (45.31% from 255 or 27.00% from 426); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4B73 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4B73 is #13B48C. Grayscale: #7F7F7F. Windows color (decimal): -1291405 or 7556076. OLE color: 7556076.

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

Color convert

RGB 236 75 115 -
CMYK 0 0.68 0.51 0.07
HSL 345.09º 0.81% 0.61% -
HSV(B) 345.09º 0.68% 0.93% -
XYZ 40.2 24.1 18.75 -
YUV 127.7 120.84 205.25 -
System Red Green Blue C M Y K H S L
Decimal 236 75 115 0 0.68 0.51 0.07 345.09 0.81 0.61
Hex EC 4B 73 0 44 33 7 159 51 3D
Octal 354 113 163 0 104 63 7 531 121 75
Binary 11101100 1001011 1110011 0 1000100 110011 111 101011001 1010001 111101

Color Harmonies of #EC4B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4B73

Black with #EC4B73

Text Example


Text Example

White with #EC4B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4B73; }

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

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

background-color css

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

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

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

border-color css

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

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

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