Html Css Color HEX #EC1C88 Deep Pink

📋 copy color: '#EC1C88'

red 236 ◦ green 28 ◦ blue 136

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

Shades of Deep Pink #EC1C88

Tints of Deep Pink #EC1C88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 34%

R = 59%
G = 7%
B = 34%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EC1C88 (or 0xEC1C88) is known color: Deep Pink. HEX triplet: EC, 1C and 88. RGB value is (236,28,136). Sum of RGB (Red+Green+Blue) = 236+28+136=400 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59% from 400); Green value is 28 (11.33% from 255 or 7% from 400); Blue value is 136 (53.52% from 255 or 34% from 400); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1C88 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1C88 is #13E377. Grayscale: #666666. Windows color (decimal): -1303416 or 8920300. OLE color: 8920300.

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

Color convert

RGB 236 28 136 -
CMYK 0 0.88 0.42 0.07
HSL 328.85º 0.85% 0.52% -
HSV(B) 328.85º 0.88% 0.93% -
XYZ 39.45 20.44 25.16 -
YUV 102.5 146.91 223.22 -
System Red Green Blue C M Y K H S L
Decimal 236 28 136 0 0.88 0.42 0.07 328.85 0.85 0.52
Hex EC 1C 88 0 58 2A 7 149 55 34
Octal 354 34 210 0 130 52 7 511 125 64
Binary 11101100 11100 10001000 0 1011000 101010 111 101001001 1010101 110100

Color Harmonies of #EC1C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1C88

Black with #EC1C88

Text Example


Text Example

White with #EC1C88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1C88; }

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

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

background-color css

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

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

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

border-color css

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

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

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