Html Css Color HEX #EC198E Deep Pink

📋 copy color: '#EC198E'

red 236 ◦ green 25 ◦ blue 142

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

Shades of Deep Pink #EC198E

Tints of Deep Pink #EC198E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.2%

 BLUE value IS 142 (55.86% from 255) = 35.24%

R = 58.56%
G = 6.2%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EC198E (or 0xEC198E) is known color: Deep Pink. HEX triplet: EC, 19 and 8E. RGB value is (236,25,142). Sum of RGB (Red+Green+Blue) = 236+25+142=403 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.56% from 403); Green value is 25 (10.16% from 255 or 6.20% from 403); Blue value is 142 (55.86% from 255 or 35.24% from 403); Max value from RGB is 236 - color contains mainly: red. Hex color #EC198E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC198E is #13E671. Grayscale: #656565. Windows color (decimal): -1304178 or 9312748. OLE color: 9312748.

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

Color convert

RGB 236 25 142 -
CMYK 0 0.89 0.40 0.07
HSL 326.73º 0.85% 0.51% -
HSV(B) 326.73º 0.89% 0.93% -
XYZ 39.82 20.48 27.45 -
YUV 101.43 150.9 223.99 -
System Red Green Blue C M Y K H S L
Decimal 236 25 142 0 0.89 0.40 0.07 326.73 0.85 0.51
Hex EC 19 8E 0 59 28 7 147 55 33
Octal 354 31 216 0 131 50 7 507 125 63
Binary 11101100 11001 10001110 0 1011001 101000 111 101000111 1010101 110011

Color Harmonies of #EC198E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC198E

Black with #EC198E

Text Example


Text Example

White with #EC198E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC198E; }

 p { color: rgb(236,25,142); }

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

background-color css

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

 a { background-color: rgb(236,25,142); }

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

border-color css

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

 span { border-color: rgb(236,25,142); }

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