Html Css Color HEX #EC1D88 Deep Pink

📋 copy color: '#EC1D88'

red 236 ◦ green 29 ◦ blue 136

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

Shades of Deep Pink #EC1D88

Tints of Deep Pink #EC1D88

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.23%

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

R = 58.85%
G = 7.23%
B = 33.92%

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

#EC1D88 (or 0xEC1D88) is known color: Deep Pink. HEX triplet: EC, 1D and 88. RGB value is (236,29,136). Sum of RGB (Red+Green+Blue) = 236+29+136=401 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.85% from 401); Green value is 29 (11.72% from 255 or 7.23% from 401); Blue value is 136 (53.52% from 255 or 33.92% from 401); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1D88 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1D88 is #13E277. Grayscale: #666666. Windows color (decimal): -1303160 or 8920556. OLE color: 8920556.

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

Color convert

RGB 236 29 136 -
CMYK 0 0.88 0.42 0.07
HSL 328.99º 0.84% 0.52% -
HSV(B) 328.99º 0.88% 0.93% -
XYZ 39.48 20.49 25.17 -
YUV 103.09 146.58 222.8 -
System Red Green Blue C M Y K H S L
Decimal 236 29 136 0 0.88 0.42 0.07 328.99 0.84 0.52
Hex EC 1D 88 0 58 2A 7 149 54 34
Octal 354 35 210 0 130 52 7 511 124 64
Binary 11101100 11101 10001000 0 1011000 101010 111 101001001 1010100 110100

Color Harmonies of #EC1D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1D88

Black with #EC1D88

Text Example


Text Example

White with #EC1D88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1D88; }

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

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

background-color css

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

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

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

border-color css

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

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

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