#E1A3CD

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

Shades of Shocking #E1A3CD

Tints of Shocking #E1A3CD

Color information

#E1A3CD (or 0xE1A3CD) is unknown color: approx Shocking. HEX triplet: E1, A3 and CD. RGB value is (225,163,205). Sum of RGB (Red+Green+Blue) = 225+163+205=593 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.94% from 593); Green value is 163 (64.06% from 255 or 27.49% from 593); Blue value is 205 (80.47% from 255 or 34.57% from 593); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A3CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A3CD is #1E5C32. Grayscale: #BABABA. Windows color (decimal): -1989683 or 13476833. OLE color: 13476833.

HSL color Cylindrical-coordinate representation of color #E1A3CD: hue angle of 319.35º degrees, saturation: 0.51, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E1A3CD is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB225163205-
CMYK00.280.090.12
HSL319.35º50.82%76.08%-
HSV(B)319.35º27.56%88.24%-
XYZ55.1746.6163.85-
YUV186.33138.54155.58-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.94%
GREEN value IS 163 (64.06% from 255) = 27.49%
BLUE value IS 205 (80.47% from 255) = 34.57%
R=37.94%
G=27.49%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22516320500.280.090.12319.3550.8276.08
HexE1A3CD01C9C13f334c
Octal341243315034111447763114
Binary111000011010001111001101011100100111001001111111100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A3CD; }

 p { color: rgb(225,163,205); }

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

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

 a { background-color: rgb(225,163,205); }

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

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

 span { border-color: rgb(225,163,205); }

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