Html Css Color HEX #EC4075 Dark Pink

📋 copy color: '#EC4075'

red 236 ◦ green 64 ◦ blue 117

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

Shades of Dark Pink #EC4075

Tints of Dark Pink #EC4075

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.35%

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

R = 56.59%
G = 15.35%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EC4075 (or 0xEC4075) is known color: Dark Pink. HEX triplet: EC, 40 and 75. RGB value is (236,64,117). Sum of RGB (Red+Green+Blue) = 236+64+117=417 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.59% from 417); Green value is 64 (25.39% from 255 or 15.35% from 417); Blue value is 117 (46.09% from 255 or 28.06% from 417); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4075 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4075 is #13BF8A. Grayscale: #797979. Windows color (decimal): -1294219 or 7684332. OLE color: 7684332.

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

Color convert

RGB 236 64 117 -
CMYK 0 0.73 0.50 0.07
HSL 341.51º 0.82% 0.59% -
HSV(B) 341.51º 0.73% 0.93% -
XYZ 39.64 22.78 19.14 -
YUV 121.47 125.48 209.69 -
System Red Green Blue C M Y K H S L
Decimal 236 64 117 0 0.73 0.50 0.07 341.51 0.82 0.59
Hex EC 40 75 0 49 32 7 156 52 3B
Octal 354 100 165 0 111 62 7 526 122 73
Binary 11101100 1000000 1110101 0 1001001 110010 111 101010110 1010010 111011

Color Harmonies of #EC4075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4075

Black with #EC4075

Text Example


Text Example

White with #EC4075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4075; }

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

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

background-color css

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

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

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

border-color css

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

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

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