#E60FB2

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

Shades of Shocking Pink #E60FB2

Tints of Shocking Pink #E60FB2

Color information

#E60FB2 (or 0xE60FB2) is unknown color: approx Shocking Pink. HEX triplet: E6, 0F and B2. RGB value is (230,15,178). Sum of RGB (Red+Green+Blue) = 230+15+178=423 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.37% from 423); Green value is 15 (6.25% from 255 or 3.55% from 423); Blue value is 178 (69.92% from 255 or 42.08% from 423); Max value from RGB is 230 - color contains mainly: red. Hex color #E60FB2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60FB2 is #19F04D. Grayscale: #616161. Windows color (decimal): -1699918 or 11669478. OLE color: 11669478.

HSL color Cylindrical-coordinate representation of color #E60FB2: hue angle of 314.51º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E60FB2 is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.10.

Color convert

RGB23015178-
CMYK00.930.230.10
HSL314.51º87.76%48.04%-
HSV(B)314.51º93.48%90.2%-
XYZ40.8420.3843.9-
YUV97.87173.23222.25-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 54.37%
GREEN value IS 15 (6.25% from 255) = 3.55%
BLUE value IS 178 (69.92% from 255) = 42.08%
R=54.37%
G=3.55%
B=42.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.23
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301517800.930.230.10314.5187.7648.04
HexE6FB205D17A13b5830
Octal346172620135271247313060
Binary11100110111110110010010111011011110101001110111011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E60FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E60FB2; }

 p { color: rgb(230,15,178); }

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

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

 a { background-color: rgb(230,15,178); }

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

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

 span { border-color: rgb(230,15,178); }

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