#E25FB4

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

Shades of Hot Pink #E25FB4

Tints of Hot Pink #E25FB4

Color information

#E25FB4 (or 0xE25FB4) is unknown color: approx Hot Pink. HEX triplet: E2, 5F and B4. RGB value is (226,95,180). Sum of RGB (Red+Green+Blue) = 226+95+180=501 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.11% from 501); Green value is 95 (37.5% from 255 or 18.96% from 501); Blue value is 180 (70.70% from 255 or 35.93% from 501); Max value from RGB is 226 - color contains mainly: red. Hex color #E25FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25FB4 is #1DA04B. Grayscale: #8F8F8F. Windows color (decimal): -1941580 or 11821026. OLE color: 11821026.

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

Color convert

RGB22695180-
CMYK00.580.200.11
HSL321.07º69.31%62.94%-
HSV(B)321.07º57.96%88.63%-
XYZ43.6927.6546.21-
YUV143.86148.4186.59-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 45.11%
GREEN value IS 95 (37.5% from 255) = 18.96%
BLUE value IS 180 (70.70% from 255) = 35.93%
R=45.11%
G=18.96%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.20
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2269518000.580.200.11321.0769.3162.94
HexE25FB403A14B141453f
Octal342137264072241350110577
Binary1110001010111111011010001110101010010111010000011000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E25FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E25FB4; }

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

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

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

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

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

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

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

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