#E68CBD

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

Shades of Shocking #E68CBD

Tints of Shocking #E68CBD

Color information

#E68CBD (or 0xE68CBD) is unknown color: approx Shocking. HEX triplet: E6, 8C and BD. RGB value is (230,140,189). Sum of RGB (Red+Green+Blue) = 230+140+189=559 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.14% from 559); Green value is 140 (55.08% from 255 or 25.04% from 559); Blue value is 189 (74.22% from 255 or 33.81% from 559); Max value from RGB is 230 - color contains mainly: red. Hex color #E68CBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68CBD is #197342. Grayscale: #ACACAC. Windows color (decimal): -1667907 or 12422374. OLE color: 12422374.

HSL color Cylindrical-coordinate representation of color #E68CBD: hue angle of 327.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 #E68CBD is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB230140189-
CMYK00.390.180.10
HSL327.33º64.29%72.55%-
HSV(B)327.33º39.13%90.2%-
XYZ51.239.2553.02-
YUV172.5137.32169.02-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.14%
GREEN value IS 140 (55.08% from 255) = 25.04%
BLUE value IS 189 (74.22% from 255) = 33.81%
R=41.14%
G=25.04%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014018900.390.180.10327.3364.2972.55
HexE68CBD02712A1474049
Octal3462142750472212507100111
Binary111001101000110010111101010011110010101010100011110000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68CBD; }

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

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

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

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

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

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

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

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