#E613B9

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

Shades of Shocking Pink #E613B9

Tints of Shocking Pink #E613B9

Color information

#E613B9 (or 0xE613B9) is unknown color: approx Shocking Pink. HEX triplet: E6, 13 and B9. RGB value is (230,19,185). Sum of RGB (Red+Green+Blue) = 230+19+185=434 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.00% from 434); Green value is 19 (7.81% from 255 or 4.38% from 434); Blue value is 185 (72.66% from 255 or 42.63% from 434); Max value from RGB is 230 - color contains mainly: red. Hex color #E613B9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E613B9 is #19EC46. Grayscale: #646464. Windows color (decimal): -1698887 or 12129254. OLE color: 12129254.

HSL color Cylindrical-coordinate representation of color #E613B9: hue angle of 312.8º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E613B9 is Cyan = 0, Magento = 0.92, Yellow = 0.20 and Black (K on CMYK) = 0.10.

Color convert

RGB23019185-
CMYK00.920.200.10
HSL312.8º84.74%48.82%-
HSV(B)312.8º91.74%90.2%-
XYZ41.6220.7947.72-
YUV101.01175.4220-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 53.00%
GREEN value IS 19 (7.81% from 255) = 4.38%
BLUE value IS 185 (72.66% from 255) = 42.63%
R=53.00%
G=4.38%
B=42.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.20
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301918500.920.200.10312.884.7448.82
HexE613B905C14A1395531
Octal346232710134241247112561
Binary111001101001110111001010111001010010101001110011010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E613B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E613B9; }

 p { color: rgb(230,19,185); }

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

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

 a { background-color: rgb(230,19,185); }

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

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

 span { border-color: rgb(230,19,185); }

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