#E18CCB

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

Shades of Shocking #E18CCB

Tints of Shocking #E18CCB

Color information

#E18CCB (or 0xE18CCB) is unknown color: approx Shocking. HEX triplet: E1, 8C and CB. RGB value is (225,140,203). Sum of RGB (Red+Green+Blue) = 225+140+203=568 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.61% from 568); Green value is 140 (55.08% from 255 or 24.65% from 568); Blue value is 203 (79.69% from 255 or 35.74% from 568); Max value from RGB is 225 - color contains mainly: red. Hex color #E18CCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18CCB is #1E7334. Grayscale: #ACACAC. Windows color (decimal): -1995573 or 13339873. OLE color: 13339873.

HSL color Cylindrical-coordinate representation of color #E18CCB: hue angle of 315.53º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E18CCB is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB225140203-
CMYK00.380.100.12
HSL315.53º58.62%71.57%-
HSV(B)315.53º37.78%88.24%-
XYZ51.2139.0861.34-
YUV172.6145.16165.38-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.61%
GREEN value IS 140 (55.08% from 255) = 24.65%
BLUE value IS 203 (79.69% from 255) = 35.74%
R=39.61%
G=24.65%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514020300.380.100.12315.5358.6271.57
HexE18CCB026AC13c3b48
Octal341214313046121447473110
Binary1110000110001100110010110100110101011001001111001110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18CCB; }

 p { color: rgb(225,140,203); }

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

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

 a { background-color: rgb(225,140,203); }

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

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

 span { border-color: rgb(225,140,203); }

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