#E268B9

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

Shades of Hot Pink #E268B9

Tints of Hot Pink #E268B9

Color information

#E268B9 (or 0xE268B9) is unknown color: approx Hot Pink. HEX triplet: E2, 68 and B9. RGB value is (226,104,185). Sum of RGB (Red+Green+Blue) = 226+104+185=515 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.88% from 515); Green value is 104 (41.02% from 255 or 20.19% from 515); Blue value is 185 (72.66% from 255 or 35.92% from 515); Max value from RGB is 226 - color contains mainly: red. Hex color #E268B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E268B9 is #1D9746. Grayscale: #959595. Windows color (decimal): -1939271 or 12151010. OLE color: 12151010.

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

Color convert

RGB226104185-
CMYK00.540.180.11
HSL320.16º67.78%64.71%-
HSV(B)320.16º53.98%88.63%-
XYZ45.0729.5749.23-
YUV149.71147.92182.41-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.88%
GREEN value IS 104 (41.02% from 255) = 20.19%
BLUE value IS 185 (72.66% from 255) = 35.92%
R=43.88%
G=20.19%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22610418500.540.180.11320.1667.7864.71
HexE268B903612B1404441
Octal3421502710662213500104101
Binary11100010110100010111001011011010010101110100000010001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E268B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E268B9; }

 p { color: rgb(226,104,185); }

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

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

 a { background-color: rgb(226,104,185); }

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

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

 span { border-color: rgb(226,104,185); }

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