#EB1698

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

Shades of Deep Pink #EB1698

Tints of Deep Pink #EB1698

Color information

#EB1698 (or 0xEB1698) is unknown color: approx Deep Pink. HEX triplet: EB, 16 and 98. RGB value is (235,22,152). Sum of RGB (Red+Green+Blue) = 235+22+152=409 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.46% from 409); Green value is 22 (8.98% from 255 or 5.38% from 409); Blue value is 152 (59.77% from 255 or 37.16% from 409); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1698 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB1698 is #14E967. Grayscale: #646464. Windows color (decimal): -1370472 or 9967339. OLE color: 9967339.

HSL color Cylindrical-coordinate representation of color #EB1698: hue angle of 323.38º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EB1698 is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB23522152-
CMYK00.910.350.08
HSL323.38º84.19%50.39%-
HSV(B)323.38º90.64%92.16%-
XYZ40.2220.531.54-
YUV100.51157.07223.93-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 57.46%
GREEN value IS 22 (8.98% from 255) = 5.38%
BLUE value IS 152 (59.77% from 255) = 37.16%
R=57.46%
G=5.38%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352215200.910.350.08323.3884.1950.39
HexEB169805B2381435432
Octal353262300133431050312462
Binary1110101110110100110000101101110001110001010000111010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB1698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB1698; }

 p { color: rgb(235,22,152); }

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

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

 a { background-color: rgb(235,22,152); }

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

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

 span { border-color: rgb(235,22,152); }

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