Html Css Color HEX #EC1C95 Deep Pink

📋 copy color: '#EC1C95'

red 236 ◦ green 28 ◦ blue 149

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

Shades of Deep Pink #EC1C95

Tints of Deep Pink #EC1C95

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.78%

 BLUE value IS 149 (58.59% from 255) = 36.08%

R = 57.14%
G = 6.78%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EC1C95 (or 0xEC1C95) is known color: Deep Pink. HEX triplet: EC, 1C and 95. RGB value is (236,28,149). Sum of RGB (Red+Green+Blue) = 236+28+149=413 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.14% from 413); Green value is 28 (11.33% from 255 or 6.78% from 413); Blue value is 149 (58.59% from 255 or 36.08% from 413); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1C95 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1C95 is #13E36A. Grayscale: #676767. Windows color (decimal): -1303403 or 9772268. OLE color: 9772268.

HSL color Cylindrical-coordinate representation of color #EC1C95: hue angle of 325.1º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC1C95 is Cyan = 0, Magento = 0.88, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 28 149 -
CMYK 0 0.88 0.37 0.07
HSL 325.1º 0.85% 0.52% -
HSV(B) 325.1º 0.88% 0.93% -
XYZ 40.43 20.83 30.32 -
YUV 103.99 153.41 222.16 -
System Red Green Blue C M Y K H S L
Decimal 236 28 149 0 0.88 0.37 0.07 325.1 0.85 0.52
Hex EC 1C 95 0 58 25 7 145 55 34
Octal 354 34 225 0 130 45 7 505 125 64
Binary 11101100 11100 10010101 0 1011000 100101 111 101000101 1010101 110100

Color Harmonies of #EC1C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1C95

Black with #EC1C95

Text Example


Text Example

White with #EC1C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1C95; }

 p { color: rgb(236,28,149); }

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

background-color css

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

 a { background-color: rgb(236,28,149); }

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

border-color css

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

 span { border-color: rgb(236,28,149); }

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