#EC1398

Color #EC1398 Deep Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Pink #EC1398

Tints of Deep Pink #EC1398

Color information

#EC1398 (or 0xEC1398) is unknown color: approx Deep Pink. HEX triplet: EC, 13 and 98. RGB value is (236,19,152). Sum of RGB (Red+Green+Blue) = 236+19+152=407 (53% of max value = 765). Red value is 236 (92.58% from 255 or 57.99% from 407); Green value is 19 (7.81% from 255 or 4.67% from 407); Blue value is 152 (59.77% from 255 or 37.35% from 407); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1398 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1398 is #13EC67. Grayscale: #626262. Windows color (decimal): -1305704 or 9966572. OLE color: 9966572.

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

Color convert

RGB23619152-
CMYK00.920.360.07
HSL323.23º85.1%50%-
HSV(B)323.23º91.95%92.55%-
XYZ40.4920.5731.54-
YUV99.04157.89225.69-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 57.99%
GREEN value IS 19 (7.81% from 255) = 4.67%
BLUE value IS 152 (59.77% from 255) = 37.35%
R=57.99%
G=4.67%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361915200.920.360.07323.2385.150
HexEC139805C2471435532
Octal35423230013444750312562
Binary111011001001110011000010111001001001111010000111010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC1398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC1398; }

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

 H1.HeaderClassName
 {
   color: #EC1398;
 }
 .AnyTagClassName
 {
   color: #EC1398;
 }
</style>
background-color css

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

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

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

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

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

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