#E68EB6

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

Shades of Shocking #E68EB6

Tints of Shocking #E68EB6

Color information

#E68EB6 (or 0xE68EB6) is unknown color: approx Shocking. HEX triplet: E6, 8E and B6. RGB value is (230,142,182). Sum of RGB (Red+Green+Blue) = 230+142+182=554 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.52% from 554); Green value is 142 (55.86% from 255 or 25.63% from 554); Blue value is 182 (71.48% from 255 or 32.85% from 554); Max value from RGB is 230 - color contains mainly: red. Hex color #E68EB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68EB6 is #197149. Grayscale: #ACACAC. Windows color (decimal): -1667402 or 11964134. OLE color: 11964134.

HSL color Cylindrical-coordinate representation of color #E68EB6: hue angle of 332.73º 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 #E68EB6 is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.10.

Color convert

RGB230142182-
CMYK00.380.210.10
HSL332.73º63.77%72.94%-
HSV(B)332.73º38.26%90.2%-
XYZ50.7539.5549.21-
YUV172.87133.15168.75-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.52%
GREEN value IS 142 (55.86% from 255) = 25.63%
BLUE value IS 182 (71.48% from 255) = 32.85%
R=41.52%
G=25.63%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.21
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014218200.380.210.10332.7363.7772.94
HexE68EB602615A14d4049
Octal3462162660462512515100111
Binary111001101000111010110110010011010101101010100110110000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68EB6; }

 p { color: rgb(230,142,182); }

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

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

 a { background-color: rgb(230,142,182); }

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

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

 span { border-color: rgb(230,142,182); }

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