#E906BA

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

Shades of Shocking Pink #E906BA

Tints of Shocking Pink #E906BA

Color information

#E906BA (or 0xE906BA) is unknown color: approx Shocking Pink. HEX triplet: E9, 06 and BA. RGB value is (233,6,186). Sum of RGB (Red+Green+Blue) = 233+6+186=425 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.82% from 425); Green value is 6 (2.73% from 255 or 1.41% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 233 - color contains mainly: red. Hex color #E906BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E906BA is #16F945. Grayscale: #5D5D5D. Windows color (decimal): -1505606 or 12191465. OLE color: 12191465.

HSL color Cylindrical-coordinate representation of color #E906BA: hue angle of 312.42º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E906BA is Cyan = 0, Magento = 0.97, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB2336186-
CMYK00.970.200.09
HSL312.42º94.98%46.86%-
HSV(B)312.42º97.42%91.37%-
XYZ42.532148.27-
YUV94.39179.71226.86-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 54.82%
GREEN value IS 6 (2.73% from 255) = 1.41%
BLUE value IS 186 (73.05% from 255) = 43.76%
R=54.82%
G=1.41%
B=43.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233618600.970.200.09312.4294.9846.86
HexE96BA0611491385f2f
Octal35162720141241147013757
Binary1110100111010111010011000011010010011001110001011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E906BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E906BA; }

 p { color: rgb(233,6,186); }

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

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

 a { background-color: rgb(233,6,186); }

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

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

 span { border-color: rgb(233,6,186); }

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