#E6A4CB

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

Shades of Shocking #E6A4CB

Tints of Shocking #E6A4CB

Color information

#E6A4CB (or 0xE6A4CB) is unknown color: approx Shocking. HEX triplet: E6, A4 and CB. RGB value is (230,164,203). Sum of RGB (Red+Green+Blue) = 230+164+203=597 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.53% from 597); Green value is 164 (64.45% from 255 or 27.47% from 597); Blue value is 203 (79.69% from 255 or 34.00% from 597); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A4CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6A4CB is #195B34. Grayscale: #BCBCBC. Windows color (decimal): -1661749 or 13346022. OLE color: 13346022.

HSL color Cylindrical-coordinate representation of color #E6A4CB: hue angle of 324.55º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E6A4CB is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB230164203-
CMYK00.290.120.10
HSL324.55º56.9%77.25%-
HSV(B)324.55º28.7%90.2%-
XYZ56.6947.6962.72-
YUV188.18136.37157.83-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.53%
GREEN value IS 164 (64.45% from 255) = 27.47%
BLUE value IS 203 (79.69% from 255) = 34.00%
R=38.53%
G=27.47%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23016420300.290.120.10324.5556.977.25
HexE6A4CB01DCA145394d
Octal346244313035141250571115
Binary111001101010010011001011011101110010101010001011110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6A4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6A4CB; }

 p { color: rgb(230,164,203); }

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

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

 a { background-color: rgb(230,164,203); }

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

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

 span { border-color: rgb(230,164,203); }

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