#E762BA

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

Shades of Hot Pink #E762BA

Tints of Hot Pink #E762BA

Color information

#E762BA (or 0xE762BA) is unknown color: approx Hot Pink. HEX triplet: E7, 62 and BA. RGB value is (231,98,186). Sum of RGB (Red+Green+Blue) = 231+98+186=515 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.85% from 515); Green value is 98 (38.67% from 255 or 19.03% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 231 - color contains mainly: red. Hex color #E762BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E762BA is #189D45. Grayscale: #939393. Windows color (decimal): -1613126 or 12215015. OLE color: 12215015.

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

Color convert

RGB23198186-
CMYK00.580.190.09
HSL320.3º73.48%64.51%-
HSV(B)320.3º57.58%90.59%-
XYZ46.1929.2749.67-
YUV147.8149.56187.34-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.85%
GREEN value IS 98 (38.67% from 255) = 19.03%
BLUE value IS 186 (73.05% from 255) = 36.12%
R=44.85%
G=19.03%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2319818600.580.190.09320.373.4864.51
HexE762BA03A1391404941
Octal3471422720722311500111101
Binary11100111110001010111010011101010011100110100000010010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E762BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E762BA; }

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

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

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

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

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

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

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

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