Html Css Color HEX #EC1D98 Deep Pink

📋 copy color: '#EC1D98'

red 236 ◦ green 29 ◦ blue 152

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

Shades of Deep Pink #EC1D98

Tints of Deep Pink #EC1D98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 36.45%

R = 56.59%
G = 6.95%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EC1D98 (or 0xEC1D98) is known color: Deep Pink. HEX triplet: EC, 1D and 98. RGB value is (236,29,152). Sum of RGB (Red+Green+Blue) = 236+29+152=417 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.59% from 417); Green value is 29 (11.72% from 255 or 6.95% from 417); Blue value is 152 (59.77% from 255 or 36.45% from 417); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1D98 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1D98 is #13E267. Grayscale: #686868. Windows color (decimal): -1303144 or 9969132. OLE color: 9969132.

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

Color convert

RGB 236 29 152 -
CMYK 0 0.88 0.36 0.07
HSL 324.35º 0.84% 0.52% -
HSV(B) 324.35º 0.88% 0.93% -
XYZ 40.7 20.98 31.61 -
YUV 104.92 154.58 221.5 -
System Red Green Blue C M Y K H S L
Decimal 236 29 152 0 0.88 0.36 0.07 324.35 0.84 0.52
Hex EC 1D 98 0 58 24 7 144 54 34
Octal 354 35 230 0 130 44 7 504 124 64
Binary 11101100 11101 10011000 0 1011000 100100 111 101000100 1010100 110100

Color Harmonies of #EC1D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1D98

Black with #EC1D98

Text Example


Text Example

White with #EC1D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1D98; }

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

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

background-color css

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

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

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

border-color css

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

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

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