#E35BAE

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

Shades of Hot Pink #E35BAE

Tints of Hot Pink #E35BAE

Color information

#E35BAE (or 0xE35BAE) is unknown color: approx Hot Pink. HEX triplet: E3, 5B and AE. RGB value is (227,91,174). Sum of RGB (Red+Green+Blue) = 227+91+174=492 (65% of max value = 765). Red value is 227 (89.06% from 255 or 46.14% from 492); Green value is 91 (35.94% from 255 or 18.50% from 492); Blue value is 174 (68.36% from 255 or 35.37% from 492); Max value from RGB is 227 - color contains mainly: red. Hex color #E35BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35BAE is #1CA451. Grayscale: #8C8C8C. Windows color (decimal): -1877074 or 11426787. OLE color: 11426787.

HSL color Cylindrical-coordinate representation of color #E35BAE: hue angle of 323.38º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E35BAE is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB22791174-
CMYK00.600.230.11
HSL323.38º70.83%62.35%-
HSV(B)323.38º59.91%89.02%-
XYZ43.0626.8742.96-
YUV141.13146.56189.25-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 46.14%
GREEN value IS 91 (35.94% from 255) = 18.50%
BLUE value IS 174 (68.36% from 255) = 35.37%
R=46.14%
G=18.50%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2279117400.600.230.11323.3870.8362.35
HexE35BAE03C17B143473e
Octal343133256074271350310776
Binary1110001110110111010111001111001011110111010000111000111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E35BAE; }

 p { color: rgb(227,91,174); }

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

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

 a { background-color: rgb(227,91,174); }

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

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

 span { border-color: rgb(227,91,174); }

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