#E6A9CA

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

Shades of Shocking #E6A9CA

Tints of Shocking #E6A9CA

Color information

#E6A9CA (or 0xE6A9CA) is unknown color: approx Shocking. HEX triplet: E6, A9 and CA. RGB value is (230,169,202). Sum of RGB (Red+Green+Blue) = 230+169+202=601 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.27% from 601); Green value is 169 (66.41% from 255 or 28.12% from 601); Blue value is 202 (79.30% from 255 or 33.61% from 601); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A9CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6A9CA is #195635. Grayscale: #BEBEBE. Windows color (decimal): -1660470 or 13281766. OLE color: 13281766.

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

Color convert

RGB230169202-
CMYK00.270.120.10
HSL327.54º54.95%78.24%-
HSV(B)327.54º26.52%90.2%-
XYZ57.4849.4662.39-
YUV191134.21155.82-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.27%
GREEN value IS 169 (66.41% from 255) = 28.12%
BLUE value IS 202 (79.30% from 255) = 33.61%
R=38.27%
G=28.12%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23016920200.270.120.10327.5454.9578.24
HexE6A9CA01BCA148374e
Octal346251312033141251067116
Binary111001101010100111001010011011110010101010010001101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6A9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6A9CA; }

 p { color: rgb(230,169,202); }

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

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

 a { background-color: rgb(230,169,202); }

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

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

 span { border-color: rgb(230,169,202); }

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