#E25CB2

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

Shades of Hot Pink #E25CB2

Tints of Hot Pink #E25CB2

Color information

#E25CB2 (or 0xE25CB2) is unknown color: approx Hot Pink. HEX triplet: E2, 5C and B2. RGB value is (226,92,178). Sum of RGB (Red+Green+Blue) = 226+92+178=496 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.56% from 496); Green value is 92 (36.33% from 255 or 18.55% from 496); Blue value is 178 (69.92% from 255 or 35.89% from 496); Max value from RGB is 226 - color contains mainly: red. Hex color #E25CB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25CB2 is #1DA34D. Grayscale: #8D8D8D. Windows color (decimal): -1942350 or 11689186. OLE color: 11689186.

HSL color Cylindrical-coordinate representation of color #E25CB2: hue angle of 321.49º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E25CB2 is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.11.

Color convert

RGB22692178-
CMYK00.590.210.11
HSL321.49º69.79%62.35%-
HSV(B)321.49º59.29%88.63%-
XYZ43.2327.0445.06-
YUV141.87148.39188.01-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 45.56%
GREEN value IS 92 (36.33% from 255) = 18.55%
BLUE value IS 178 (69.92% from 255) = 35.89%
R=45.56%
G=18.55%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.21
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2269217800.590.210.11321.4969.7962.35
HexE25CB203B15B141463e
Octal342134262073251350110676
Binary1110001010111001011001001110111010110111010000011000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E25CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E25CB2; }

 p { color: rgb(226,92,178); }

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

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

 a { background-color: rgb(226,92,178); }

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

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

 span { border-color: rgb(226,92,178); }

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