#E713C4

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

Shades of Shocking Pink #E713C4

Tints of Shocking Pink #E713C4

Color information

#E713C4 (or 0xE713C4) is unknown color: approx Shocking Pink. HEX triplet: E7, 13 and C4. RGB value is (231,19,196). Sum of RGB (Red+Green+Blue) = 231+19+196=446 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.79% from 446); Green value is 19 (7.81% from 255 or 4.26% from 446); Blue value is 196 (76.95% from 255 or 43.95% from 446); Max value from RGB is 231 - color contains mainly: red. Hex color #E713C4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E713C4 is #18EC3B. Grayscale: #666666. Windows color (decimal): -1633340 or 12850151. OLE color: 12850151.

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

Color convert

RGB23119196-
CMYK00.920.150.09
HSL309.91º84.8%49.02%-
HSV(B)309.91º91.77%90.59%-
XYZ43.1521.4454.09-
YUV102.57180.74219.61-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 51.79%
GREEN value IS 19 (7.81% from 255) = 4.26%
BLUE value IS 196 (76.95% from 255) = 43.95%
R=51.79%
G=4.26%
B=43.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.15
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311919600.920.150.09309.9184.849.02
HexE713C405CF91365531
Octal347233040134171146612561
Binary11100111100111100010001011100111110011001101101010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E713C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E713C4; }

 p { color: rgb(231,19,196); }

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

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

 a { background-color: rgb(231,19,196); }

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

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

 span { border-color: rgb(231,19,196); }

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