#e768ba

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

Shades of Hot Pink #E768BA

Tints of Hot Pink #E768BA

Color information

#E768BA (or 0xE768BA) is unknown color: approx Hot Pink. HEX triplet: E7, 68 and BA. RGB value is (231,104,186). Sum of RGB (Red+Green+Blue) = 231+104+186=521 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.34% from 521); Green value is 104 (41.02% from 255 or 19.96% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 231 - color contains mainly: red. Hex color #E768BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E768BA is #189745. Grayscale: #979797. Windows color (decimal): -1611590 or 12216551. OLE color: 12216551.

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

Color convert

RGB231104186-
CMYK00.550.190.09
HSL321.26º72.57%65.69%-
HSV(B)321.26º54.98%90.59%-
XYZ46.7730.4349.86-
YUV151.32147.58184.83-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.34%
GREEN value IS 104 (41.02% from 255) = 19.96%
BLUE value IS 186 (73.05% from 255) = 35.70%
R=44.34%
G=19.96%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110418600.550.190.09321.2672.5765.69
HexE768BA0371391414942
Octal3471502720672311501111102
Binary11100111110100010111010011011110011100110100000110010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e768ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e768ba; }

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

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

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

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

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

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

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

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