#E70CBB

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

Shades of Shocking Pink #E70CBB

Tints of Shocking Pink #E70CBB

Color information

#E70CBB (or 0xE70CBB) is unknown color: approx Shocking Pink. HEX triplet: E7, 0C and BB. RGB value is (231,12,187). Sum of RGB (Red+Green+Blue) = 231+12+187=430 (56% of max value = 765). Red value is 231 (90.62% from 255 or 53.72% from 430); Green value is 12 (5.08% from 255 or 2.79% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 231 - color contains mainly: red. Hex color #E70CBB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70CBB is #18F344. Grayscale: #606060. Windows color (decimal): -1635141 or 12258535. OLE color: 12258535.

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

Color convert

RGB23112187-
CMYK00.950.190.09
HSL312.05º90.12%47.65%-
HSV(B)312.05º94.81%90.59%-
XYZ42.0620.8448.82-
YUV97.43178.55223.27-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 53.72%
GREEN value IS 12 (5.08% from 255) = 2.79%
BLUE value IS 187 (73.44% from 255) = 43.49%
R=53.72%
G=2.79%
B=43.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311218700.950.190.09312.0590.1247.65
HexE7CBB05F1391385a30
Octal347142730137231147013260
Binary11100111110010111011010111111001110011001110001011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E70CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E70CBB; }

 p { color: rgb(231,12,187); }

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

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

 a { background-color: rgb(231,12,187); }

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

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

 span { border-color: rgb(231,12,187); }

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