#E68FC0

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

Shades of Shocking #E68FC0

Tints of Shocking #E68FC0

Color information

#E68FC0 (or 0xE68FC0) is unknown color: approx Shocking. HEX triplet: E6, 8F and C0. RGB value is (230,143,192). Sum of RGB (Red+Green+Blue) = 230+143+192=565 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.71% from 565); Green value is 143 (56.25% from 255 or 25.31% from 565); Blue value is 192 (75.39% from 255 or 33.98% from 565); Max value from RGB is 230 - color contains mainly: red. Hex color #E68FC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68FC0 is #19703F. Grayscale: #AEAEAE. Windows color (decimal): -1667136 or 12619750. OLE color: 12619750.

HSL color Cylindrical-coordinate representation of color #E68FC0: hue angle of 326.21º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E68FC0 is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB230143192-
CMYK00.380.170.10
HSL326.21º63.5%73.14%-
HSV(B)326.21º37.83%90.2%-
XYZ51.9740.2754.9-
YUV174.6137.82167.52-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.71%
GREEN value IS 143 (56.25% from 255) = 25.31%
BLUE value IS 192 (75.39% from 255) = 33.98%
R=40.71%
G=25.31%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014319200.380.170.10326.2163.573.14
HexE68FC002611A1464049
Octal3462173000462112506100111
Binary111001101000111111000000010011010001101010100011010000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68FC0; }

 p { color: rgb(230,143,192); }

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

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

 a { background-color: rgb(230,143,192); }

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

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

 span { border-color: rgb(230,143,192); }

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