#EB71A7

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

Shades of Hot Pink #EB71A7

Tints of Hot Pink #EB71A7

Color information

#EB71A7 (or 0xEB71A7) is unknown color: approx Hot Pink. HEX triplet: EB, 71 and A7. RGB value is (235,113,167). Sum of RGB (Red+Green+Blue) = 235+113+167=515 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.63% from 515); Green value is 113 (44.53% from 255 or 21.94% from 515); Blue value is 167 (65.62% from 255 or 32.43% from 515); Max value from RGB is 235 - color contains mainly: red. Hex color #EB71A7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB71A7 is #148E58. Grayscale: #9B9B9B. Windows color (decimal): -1347161 or 10973675. OLE color: 10973675.

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

Color convert

RGB235113167-
CMYK00.520.290.08
HSL333.44º75.31%68.24%-
HSV(B)333.44º51.91%92.16%-
XYZ47.1432.2640.3-
YUV155.63134.42184.61-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.63%
GREEN value IS 113 (44.53% from 255) = 21.94%
BLUE value IS 167 (65.62% from 255) = 32.43%
R=45.63%
G=21.94%
B=32.43%

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
Decimal23511316700.520.290.08333.4475.3168.24
HexEB71A70341D814d4b44
Octal3531612470643510515113104
Binary11101011111000110100111011010011101100010100110110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB71A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB71A7; }

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

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

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

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

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

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

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

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