#E097CA

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

Shades of Shocking #E097CA

Tints of Shocking #E097CA

Color information

#E097CA (or 0xE097CA) is unknown color: approx Shocking. HEX triplet: E0, 97 and CA. RGB value is (224,151,202). Sum of RGB (Red+Green+Blue) = 224+151+202=577 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.82% from 577); Green value is 151 (59.38% from 255 or 26.17% from 577); Blue value is 202 (79.30% from 255 or 35.01% from 577); Max value from RGB is 224 - color contains mainly: red. Hex color #E097CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E097CA is #1F6835. Grayscale: #B2B2B2. Windows color (decimal): -2058294 or 13277152. OLE color: 13277152.

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

Color convert

RGB224151202-
CMYK00.330.100.12
HSL318.08º54.07%73.53%-
HSV(B)318.08º32.59%87.84%-
XYZ52.4742.2461.27-
YUV178.64141.18160.35-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.82%
GREEN value IS 151 (59.38% from 255) = 26.17%
BLUE value IS 202 (79.30% from 255) = 35.01%
R=38.82%
G=26.17%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415120200.330.100.12318.0854.0773.53
HexE097CA021AC13e364a
Octal340227312041121447666112
Binary1110000010010111110010100100001101011001001111101101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E097CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E097CA; }

 p { color: rgb(224,151,202); }

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

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

 a { background-color: rgb(224,151,202); }

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

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

 span { border-color: rgb(224,151,202); }

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