#E754BA

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

Shades of Hot Pink #E754BA

Tints of Hot Pink #E754BA

Color information

#E754BA (or 0xE754BA) is unknown color: approx Hot Pink. HEX triplet: E7, 54 and BA. RGB value is (231,84,186). Sum of RGB (Red+Green+Blue) = 231+84+186=501 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.11% from 501); Green value is 84 (33.20% from 255 or 16.77% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 231 - color contains mainly: red. Hex color #E754BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E754BA is #18AB45. Grayscale: #8B8B8B. Windows color (decimal): -1616710 or 12211431. OLE color: 12211431.

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

Color convert

RGB23184186-
CMYK00.640.190.09
HSL318.37º75.38%61.76%-
HSV(B)318.37º63.64%90.59%-
XYZ44.9926.8749.27-
YUV139.58154.2193.21-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.11%
GREEN value IS 84 (33.20% from 255) = 16.77%
BLUE value IS 186 (73.05% from 255) = 37.13%
R=46.11%
G=16.77%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2318418600.640.190.09318.3775.3861.76
HexE754BA04013913e4b3e
Octal3471242720100231147611376
Binary11100111101010010111010010000001001110011001111101001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E754BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E754BA; }

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

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

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

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

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

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

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

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