Html Css Color HEX #EC1198 Deep Pink

📋 copy color: '#EC1198'

red 236 ◦ green 17 ◦ blue 152

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

Shades of Deep Pink #EC1198

Tints of Deep Pink #EC1198

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.2%

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

R = 58.27%
G = 4.2%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EC1198 (or 0xEC1198) is known color: Deep Pink. HEX triplet: EC, 11 and 98. RGB value is (236,17,152). Sum of RGB (Red+Green+Blue) = 236+17+152=405 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.27% from 405); Green value is 17 (7.03% from 255 or 4.20% from 405); Blue value is 152 (59.77% from 255 or 37.53% from 405); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1198 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1198 is #13EE67. Grayscale: #616161. Windows color (decimal): -1306216 or 9966060. OLE color: 9966060.

HSL color Cylindrical-coordinate representation of color #EC1198: hue angle of 323.01º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC1198 is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 17 152 -
CMYK 0 0.93 0.36 0.07
HSL 323.01º 0.87% 0.5% -
HSV(B) 323.01º 0.93% 0.93% -
XYZ 40.46 20.5 31.53 -
YUV 97.87 158.55 226.52 -
System Red Green Blue C M Y K H S L
Decimal 236 17 152 0 0.93 0.36 0.07 323.01 0.87 0.5
Hex EC 11 98 0 5D 24 7 143 57 32
Octal 354 21 230 0 135 44 7 503 127 62
Binary 11101100 10001 10011000 0 1011101 100100 111 101000011 1010111 110010

Color Harmonies of #EC1198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1198

Black with #EC1198

Text Example


Text Example

White with #EC1198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1198; }

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

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

background-color css

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

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

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

border-color css

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

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

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