#E60FB3

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

Shades of Shocking Pink #E60FB3

Tints of Shocking Pink #E60FB3

Color information

#E60FB3 (or 0xE60FB3) is unknown color: approx Shocking Pink. HEX triplet: E6, 0F and B3. RGB value is (230,15,179). Sum of RGB (Red+Green+Blue) = 230+15+179=424 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.25% from 424); Green value is 15 (6.25% from 255 or 3.54% from 424); Blue value is 179 (70.31% from 255 or 42.22% from 424); Max value from RGB is 230 - color contains mainly: red. Hex color #E60FB3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60FB3 is #19F04C. Grayscale: #616161. Windows color (decimal): -1699917 or 11735014. OLE color: 11735014.

HSL color Cylindrical-coordinate representation of color #E60FB3: hue angle of 314.23º 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 #E60FB3 is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.10.

Color convert

RGB23015179-
CMYK00.930.220.10
HSL314.23º87.76%48.04%-
HSV(B)314.23º93.48%90.2%-
XYZ40.9420.4244.43-
YUV97.98173.73222.16-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 54.25%
GREEN value IS 15 (6.25% from 255) = 3.54%
BLUE value IS 179 (70.31% from 255) = 42.22%
R=54.25%
G=3.54%
B=42.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.22
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301517900.930.220.10314.2387.7648.04
HexE6FB305D16A13a5830
Octal346172630135261247213060
Binary11100110111110110011010111011011010101001110101011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E60FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E60FB3; }

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

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

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

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

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

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

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

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