#E601BD

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

Shades of Shocking Pink #E601BD

Tints of Shocking Pink #E601BD

Color information

#E601BD (or 0xE601BD) is unknown color: approx Shocking Pink. HEX triplet: E6, 01 and BD. RGB value is (230,1,189). Sum of RGB (Red+Green+Blue) = 230+1+189=420 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.76% from 420); Green value is 1 (0.78% from 255 or 0.24% from 420); Blue value is 189 (74.22% from 255 or 45% from 420); Max value from RGB is 230 - color contains mainly: red. Hex color #E601BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E601BD is #19FE42. Grayscale: #5A5A5A. Windows color (decimal): -1703491 or 12386790. OLE color: 12386790.

HSL color Cylindrical-coordinate representation of color #E601BD: hue angle of 310.74º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E601BD is Cyan = 0, Magento = 1.00, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB2301189-
CMYK01.000.180.10
HSL310.74º99.13%45.29%-
HSV(B)310.74º99.57%90.2%-
XYZ41.8320.5249.9-
YUV90.9183.37227.21-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 54.76%
GREEN value IS 1 (0.78% from 255) = 0.24%
BLUE value IS 189 (74.22% from 255) = 45%
R=54.76%
G=0.24%
B=45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230118901.000.180.10310.7499.1345.29
HexE61BD06412A137632d
Octal34612750144221246714355
Binary11100110110111101011001001001010101001101111100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E601BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E601BD; }

 p { color: rgb(230,1,189); }

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

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

 a { background-color: rgb(230,1,189); }

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

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

 span { border-color: rgb(230,1,189); }

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