Html Css Color HEX #EC4475 Dark Pink

📋 copy color: '#EC4475'

red 236 ◦ green 68 ◦ blue 117

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

Shades of Dark Pink #EC4475

Tints of Dark Pink #EC4475

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.15%

 BLUE value IS 117 (46.09% from 255) = 27.79%

R = 56.06%
G = 16.15%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EC4475 (or 0xEC4475) is known color: Dark Pink. HEX triplet: EC, 44 and 75. RGB value is (236,68,117). Sum of RGB (Red+Green+Blue) = 236+68+117=421 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.06% from 421); Green value is 68 (26.95% from 255 or 16.15% from 421); Blue value is 117 (46.09% from 255 or 27.79% from 421); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4475 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4475 is #13BB8A. Grayscale: #7B7B7B. Windows color (decimal): -1293195 or 7685356. OLE color: 7685356.

HSL color Cylindrical-coordinate representation of color #EC4475: hue angle of 342.5º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EC4475 is Cyan = 0, Magento = 0.71, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 68 117 -
CMYK 0 0.71 0.50 0.07
HSL 342.5º 0.82% 0.6% -
HSV(B) 342.5º 0.71% 0.93% -
XYZ 39.87 23.25 19.22 -
YUV 123.82 124.16 208.02 -
System Red Green Blue C M Y K H S L
Decimal 236 68 117 0 0.71 0.50 0.07 342.5 0.82 0.6
Hex EC 44 75 0 47 32 7 156 52 3C
Octal 354 104 165 0 107 62 7 526 122 74
Binary 11101100 1000100 1110101 0 1000111 110010 111 101010110 1010010 111100

Color Harmonies of #EC4475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4475

Black with #EC4475

Text Example


Text Example

White with #EC4475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4475; }

 p { color: rgb(236,68,117); }

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

background-color css

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

 a { background-color: rgb(236,68,117); }

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

border-color css

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

 span { border-color: rgb(236,68,117); }

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