Html Css Color HEX #EC4775 Dark Pink

📋 copy color: '#EC4775'

red 236 ◦ green 71 ◦ blue 117

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

Shades of Dark Pink #EC4775

Tints of Dark Pink #EC4775

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.75%

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

R = 55.66%
G = 16.75%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EC4775 (or 0xEC4775) is known color: Dark Pink. HEX triplet: EC, 47 and 75. RGB value is (236,71,117). Sum of RGB (Red+Green+Blue) = 236+71+117=424 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.66% from 424); Green value is 71 (28.12% from 255 or 16.75% from 424); Blue value is 117 (46.09% from 255 or 27.59% from 424); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4775 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4775 is #13B88A. Grayscale: #7D7D7D. Windows color (decimal): -1292427 or 7686124. OLE color: 7686124.

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

Color convert

RGB 236 71 117 -
CMYK 0 0.70 0.50 0.07
HSL 343.27º 0.81% 0.6% -
HSV(B) 343.27º 0.7% 0.93% -
XYZ 40.06 23.62 19.28 -
YUV 125.58 123.16 206.76 -
System Red Green Blue C M Y K H S L
Decimal 236 71 117 0 0.70 0.50 0.07 343.27 0.81 0.6
Hex EC 47 75 0 46 32 7 157 51 3C
Octal 354 107 165 0 106 62 7 527 121 74
Binary 11101100 1000111 1110101 0 1000110 110010 111 101010111 1010001 111100

Color Harmonies of #EC4775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4775

Black with #EC4775

Text Example


Text Example

White with #EC4775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4775; }

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

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

background-color css

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

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

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

border-color css

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

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

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