#eb70a7

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

Shades of Hot Pink #EB70A7

Tints of Hot Pink #EB70A7

Color information

#EB70A7 (or 0xEB70A7) is unknown color: approx Hot Pink. HEX triplet: EB, 70 and A7. RGB value is (235,112,167). Sum of RGB (Red+Green+Blue) = 235+112+167=514 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.72% from 514); Green value is 112 (44.14% from 255 or 21.79% from 514); Blue value is 167 (65.62% from 255 or 32.49% from 514); Max value from RGB is 235 - color contains mainly: red. Hex color #EB70A7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB70A7 is #148F58. Grayscale: #9A9A9A. Windows color (decimal): -1347417 or 10973419. OLE color: 10973419.

HSL color Cylindrical-coordinate representation of color #EB70A7: hue angle of 333.17º 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 #EB70A7 is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB235112167-
CMYK00.520.290.08
HSL333.17º75.46%68.04%-
HSV(B)333.17º52.34%92.16%-
XYZ47.0332.0440.26-
YUV155.05134.75185.03-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.72%
GREEN value IS 112 (44.14% from 255) = 21.79%
BLUE value IS 167 (65.62% from 255) = 32.49%
R=45.72%
G=21.79%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511216700.520.290.08333.1775.4668.04
HexEB70A70341D814d4b44
Octal3531602470643510515113104
Binary11101011111000010100111011010011101100010100110110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eb70a7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eb70a7; }

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

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

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

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

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

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

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

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