#e317c1

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

Shades of Shocking Pink #E317C1

Tints of Shocking Pink #E317C1

Color information

#E317C1 (or 0xE317C1) is unknown color: approx Shocking Pink. HEX triplet: E3, 17 and C1. RGB value is (227,23,193). Sum of RGB (Red+Green+Blue) = 227+23+193=443 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.24% from 443); Green value is 23 (9.38% from 255 or 5.19% from 443); Blue value is 193 (75.78% from 255 or 43.57% from 443); Max value from RGB is 227 - color contains mainly: red. Hex color #E317C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E317C1 is #1CE83E. Grayscale: #666666. Windows color (decimal): -1894463 or 12654563. OLE color: 12654563.

HSL color Cylindrical-coordinate representation of color #E317C1: hue angle of 310º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E317C1 is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB22723193-
CMYK00.900.150.11
HSL310º81.6%49.02%-
HSV(B)310º89.87%89.02%-
XYZ41.6120.7952.27-
YUV103.38178.59216.18-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 51.24%
GREEN value IS 23 (9.38% from 255) = 5.19%
BLUE value IS 193 (75.78% from 255) = 43.57%
R=51.24%
G=5.19%
B=43.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.15
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2272319300.900.150.1131081.649.02
HexE317C105AFB1365231
Octal343273010132171346612261
Binary11100011101111100000101011010111110111001101101010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e317c1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e317c1; }

 p { color: rgb(227,23,193); }

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

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

 a { background-color: rgb(227,23,193); }

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

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

 span { border-color: rgb(227,23,193); }

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