#E75ABA

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

Shades of Hot Pink #E75ABA

Tints of Hot Pink #E75ABA

Color information

#E75ABA (or 0xE75ABA) is unknown color: approx Hot Pink. HEX triplet: E7, 5A and BA. RGB value is (231,90,186). Sum of RGB (Red+Green+Blue) = 231+90+186=507 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.56% from 507); Green value is 90 (35.55% from 255 or 17.75% from 507); Blue value is 186 (73.05% from 255 or 36.69% from 507); Max value from RGB is 231 - color contains mainly: red. Hex color #E75ABA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E75ABA is #18A545. Grayscale: #8E8E8E. Windows color (decimal): -1615174 or 12212967. OLE color: 12212967.

HSL color Cylindrical-coordinate representation of color #E75ABA: hue angle of 319.15º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E75ABA is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB23190186-
CMYK00.610.190.09
HSL319.15º74.6%62.94%-
HSV(B)319.15º61.04%90.59%-
XYZ45.4727.8549.43-
YUV143.1152.21190.69-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.56%
GREEN value IS 90 (35.55% from 255) = 17.75%
BLUE value IS 186 (73.05% from 255) = 36.69%
R=45.56%
G=17.75%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2319018600.610.190.09319.1574.662.94
HexE75ABA03D13913f4b3f
Octal347132272075231147711377
Binary1110011110110101011101001111011001110011001111111001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75ABA; }

 p { color: rgb(231,90,186); }

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

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

 a { background-color: rgb(231,90,186); }

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

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

 span { border-color: rgb(231,90,186); }

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