#E403BE

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

Shades of Shocking Pink #E403BE

Tints of Shocking Pink #E403BE

Color information

#E403BE (or 0xE403BE) is unknown color: approx Shocking Pink. HEX triplet: E4, 03 and BE. RGB value is (228,3,190). Sum of RGB (Red+Green+Blue) = 228+3+190=421 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.16% from 421); Green value is 3 (1.56% from 255 or 0.71% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 228 - color contains mainly: red. Hex color #E403BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E403BE is #1BFC41. Grayscale: #5B5B5B. Windows color (decimal): -1834050 or 12452836. OLE color: 12452836.

HSL color Cylindrical-coordinate representation of color #E403BE: hue angle of 310.13º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E403BE is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB2283190-
CMYK00.990.170.11
HSL310.13º97.4%45.29%-
HSV(B)310.13º98.68%89.41%-
XYZ41.3220.2850.45-
YUV91.59183.54225.29-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 54.16%
GREEN value IS 3 (1.56% from 255) = 0.71%
BLUE value IS 190 (74.61% from 255) = 45.13%
R=54.16%
G=0.71%
B=45.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228319000.990.170.11310.1397.445.29
HexE43BE06311B136612d
Octal34432760143211346614155
Binary111001001110111110011000111000110111001101101100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E403BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E403BE; }

 p { color: rgb(228,3,190); }

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

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

 a { background-color: rgb(228,3,190); }

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

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

 span { border-color: rgb(228,3,190); }

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