#E26AB0

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

Shades of Hot Pink #E26AB0

Tints of Hot Pink #E26AB0

Color information

#E26AB0 (or 0xE26AB0) is unknown color: approx Hot Pink. HEX triplet: E2, 6A and B0. RGB value is (226,106,176). Sum of RGB (Red+Green+Blue) = 226+106+176=508 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.49% from 508); Green value is 106 (41.80% from 255 or 20.87% from 508); Blue value is 176 (69.14% from 255 or 34.65% from 508); Max value from RGB is 226 - color contains mainly: red. Hex color #E26AB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26AB0 is #1D954F. Grayscale: #959595. Windows color (decimal): -1938768 or 11561698. OLE color: 11561698.

HSL color Cylindrical-coordinate representation of color #E26AB0: hue angle of 325º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E26AB0 is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.11.

Color convert

RGB226106176-
CMYK00.530.220.11
HSL325º67.42%65.1%-
HSV(B)325º53.1%88.63%-
XYZ44.3529.6144.45-
YUV149.86142.76182.31-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 44.49%
GREEN value IS 106 (41.80% from 255) = 20.87%
BLUE value IS 176 (69.14% from 255) = 34.65%
R=44.49%
G=20.87%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.22
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22610617600.530.220.1132567.4265.1
HexE26AB003516B1454341
Octal3421522600652613505103101
Binary11100010110101010110000011010110110101110100010110000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26AB0; }

 p { color: rgb(226,106,176); }

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

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

 a { background-color: rgb(226,106,176); }

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

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

 span { border-color: rgb(226,106,176); }

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