#E95CBA

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

Shades of Hot Pink #E95CBA

Tints of Hot Pink #E95CBA

Color information

#E95CBA (or 0xE95CBA) is unknown color: approx Hot Pink. HEX triplet: E9, 5C and BA. RGB value is (233,92,186). Sum of RGB (Red+Green+Blue) = 233+92+186=511 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.60% from 511); Green value is 92 (36.33% from 255 or 18.00% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 233 - color contains mainly: red. Hex color #E95CBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E95CBA is #16A345. Grayscale: #909090. Windows color (decimal): -1483590 or 12213481. OLE color: 12213481.

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

Color convert

RGB23392186-
CMYK00.610.200.09
HSL320º76.22%63.73%-
HSV(B)320º60.52%91.37%-
XYZ46.2928.5249.52-
YUV144.88151.21190.86-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 45.60%
GREEN value IS 92 (36.33% from 255) = 18.00%
BLUE value IS 186 (73.05% from 255) = 36.40%
R=45.60%
G=18.00%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2339218600.610.200.0932076.2263.73
HexE95CBA03D1491404c40
Octal3511342720752411500114100
Binary11101001101110010111010011110110100100110100000010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95CBA; }

 p { color: rgb(233,92,186); }

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

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

 a { background-color: rgb(233,92,186); }

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

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

 span { border-color: rgb(233,92,186); }

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