#E68CC6

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

Shades of Shocking #E68CC6

Tints of Shocking #E68CC6

Color information

#E68CC6 (or 0xE68CC6) is unknown color: approx Shocking. HEX triplet: E6, 8C and C6. RGB value is (230,140,198). Sum of RGB (Red+Green+Blue) = 230+140+198=568 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.49% from 568); Green value is 140 (55.08% from 255 or 24.65% from 568); Blue value is 198 (77.73% from 255 or 34.86% from 568); Max value from RGB is 230 - color contains mainly: red. Hex color #E68CC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68CC6 is #197339. Grayscale: #ADADAD. Windows color (decimal): -1667898 or 13012198. OLE color: 13012198.

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

Color convert

RGB230140198-
CMYK00.390.140.10
HSL321.33º64.29%72.55%-
HSV(B)321.33º39.13%90.2%-
XYZ52.239.6658.33-
YUV173.52141.82168.28-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.49%
GREEN value IS 140 (55.08% from 255) = 24.65%
BLUE value IS 198 (77.73% from 255) = 34.86%
R=40.49%
G=24.65%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.14
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014019800.390.140.10321.3364.2972.55
HexE68CC6027EA1414049
Octal3462143060471612501100111
Binary11100110100011001100011001001111110101010100000110000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68CC6; }

 p { color: rgb(230,140,198); }

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

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

 a { background-color: rgb(230,140,198); }

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

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

 span { border-color: rgb(230,140,198); }

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