#E825BD

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

Shades of Shocking Pink #E825BD

Tints of Shocking Pink #E825BD

Color information

#E825BD (or 0xE825BD) is unknown color: approx Shocking Pink. HEX triplet: E8, 25 and BD. RGB value is (232,37,189). Sum of RGB (Red+Green+Blue) = 232+37+189=458 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.66% from 458); Green value is 37 (14.84% from 255 or 8.08% from 458); Blue value is 189 (74.22% from 255 or 41.27% from 458); Max value from RGB is 232 - color contains mainly: red. Hex color #E825BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E825BD is #17DA42. Grayscale: #707070. Windows color (decimal): -1563203 or 12396008. OLE color: 12396008.

HSL color Cylindrical-coordinate representation of color #E825BD: hue angle of 313.23º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E825BD is Cyan = 0, Magento = 0.84, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB23237189-
CMYK00.840.190.09
HSL313.23º80.91%52.75%-
HSV(B)313.23º84.05%90.98%-
XYZ43.1322.1550.15-
YUV112.63171.1213.14-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 50.66%
GREEN value IS 37 (14.84% from 255) = 8.08%
BLUE value IS 189 (74.22% from 255) = 41.27%
R=50.66%
G=8.08%
B=41.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2323718900.840.190.09313.2380.9152.75
HexE825BD0541391395135
Octal350452750124231147112165
Binary1110100010010110111101010101001001110011001110011010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E825BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E825BD; }

 p { color: rgb(232,37,189); }

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

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

 a { background-color: rgb(232,37,189); }

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

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

 span { border-color: rgb(232,37,189); }

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