#EB70AF

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

Shades of Hot Pink #EB70AF

Tints of Hot Pink #EB70AF

Color information

#EB70AF (or 0xEB70AF) is unknown color: approx Hot Pink. HEX triplet: EB, 70 and AF. RGB value is (235,112,175). Sum of RGB (Red+Green+Blue) = 235+112+175=522 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.02% from 522); Green value is 112 (44.14% from 255 or 21.46% from 522); Blue value is 175 (68.75% from 255 or 33.52% from 522); Max value from RGB is 235 - color contains mainly: red. Hex color #EB70AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB70AF is #148F50. Grayscale: #9B9B9B. Windows color (decimal): -1347409 or 11497707. OLE color: 11497707.

HSL color Cylindrical-coordinate representation of color #EB70AF: hue angle of 329.27º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EB70AF is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB235112175-
CMYK00.520.260.08
HSL329.27º75.46%68.04%-
HSV(B)329.27º52.34%92.16%-
XYZ47.7932.3544.28-
YUV155.96138.75184.38-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.02%
GREEN value IS 112 (44.14% from 255) = 21.46%
BLUE value IS 175 (68.75% from 255) = 33.52%
R=45.02%
G=21.46%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511217500.520.260.08329.2775.4668.04
HexEB70AF0341A81494b44
Octal3531602570643210511113104
Binary11101011111000010101111011010011010100010100100110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB70AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB70AF; }

 p { color: rgb(235,112,175); }

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

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

 a { background-color: rgb(235,112,175); }

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

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

 span { border-color: rgb(235,112,175); }

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