#E25FB6

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

Shades of Hot Pink #E25FB6

Tints of Hot Pink #E25FB6

Color information

#E25FB6 (or 0xE25FB6) is unknown color: approx Hot Pink. HEX triplet: E2, 5F and B6. RGB value is (226,95,182). Sum of RGB (Red+Green+Blue) = 226+95+182=503 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.93% from 503); Green value is 95 (37.5% from 255 or 18.89% from 503); Blue value is 182 (71.48% from 255 or 36.18% from 503); Max value from RGB is 226 - color contains mainly: red. Hex color #E25FB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25FB6 is #1DA049. Grayscale: #8F8F8F. Windows color (decimal): -1941578 or 11952098. OLE color: 11952098.

HSL color Cylindrical-coordinate representation of color #E25FB6: hue angle of 320.15º 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 #E25FB6 is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.11.

Color convert

RGB22695182-
CMYK00.580.190.11
HSL320.15º69.31%62.94%-
HSV(B)320.15º57.96%88.63%-
XYZ43.927.7347.29-
YUV144.09149.4186.43-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 44.93%
GREEN value IS 95 (37.5% from 255) = 18.89%
BLUE value IS 182 (71.48% from 255) = 36.18%
R=44.93%
G=18.89%
B=36.18%

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
Decimal2269518200.580.190.11320.1569.3162.94
HexE25FB603A13B140453f
Octal342137266072231350010577
Binary1110001010111111011011001110101001110111010000001000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E25FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E25FB6; }

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

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

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

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

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

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

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

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