#e25eb6

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

Shades of Hot Pink #E25EB6

Tints of Hot Pink #E25EB6

Color information

#E25EB6 (or 0xE25EB6) is unknown color: approx Hot Pink. HEX triplet: E2, 5E and B6. RGB value is (226,94,182). Sum of RGB (Red+Green+Blue) = 226+94+182=502 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.02% from 502); Green value is 94 (37.11% from 255 or 18.73% from 502); Blue value is 182 (71.48% from 255 or 36.25% from 502); Max value from RGB is 226 - color contains mainly: red. Hex color #E25EB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25EB6 is #1DA149. Grayscale: #8F8F8F. Windows color (decimal): -1941834 or 11951842. OLE color: 11951842.

HSL color Cylindrical-coordinate representation of color #E25EB6: hue angle of 320º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E25EB6 is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.11.

Color convert

RGB22694182-
CMYK00.580.190.11
HSL320º69.47%62.75%-
HSV(B)320º58.41%88.63%-
XYZ43.8127.5547.26-
YUV143.5149.73186.84-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 45.02%
GREEN value IS 94 (37.11% from 255) = 18.73%
BLUE value IS 182 (71.48% from 255) = 36.25%
R=45.02%
G=18.73%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.19
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2269418200.580.190.1132069.4762.75
HexE25EB603A13B140453f
Octal342136266072231350010577
Binary1110001010111101011011001110101001110111010000001000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e25eb6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e25eb6; }

 p { color: rgb(226,94,182); }

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

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

 a { background-color: rgb(226,94,182); }

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

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

 span { border-color: rgb(226,94,182); }

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