#E09BCA

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

Shades of Shocking #E09BCA

Tints of Shocking #E09BCA

Color information

#E09BCA (or 0xE09BCA) is unknown color: approx Shocking. HEX triplet: E0, 9B and CA. RGB value is (224,155,202). Sum of RGB (Red+Green+Blue) = 224+155+202=581 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.55% from 581); Green value is 155 (60.94% from 255 or 26.68% from 581); Blue value is 202 (79.30% from 255 or 34.77% from 581); Max value from RGB is 224 - color contains mainly: red. Hex color #E09BCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09BCA is #1F6435. Grayscale: #B4B4B4. Windows color (decimal): -2057270 or 13278176. OLE color: 13278176.

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

Color convert

RGB224155202-
CMYK00.310.100.12
HSL319.13º52.67%74.31%-
HSV(B)319.13º30.8%87.84%-
XYZ53.1243.5561.48-
YUV180.99139.86158.68-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.55%
GREEN value IS 155 (60.94% from 255) = 26.68%
BLUE value IS 202 (79.30% from 255) = 34.77%
R=38.55%
G=26.68%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415520200.310.100.12319.1352.6774.31
HexE09BCA01FAC13f354a
Octal340233312037121447765112
Binary111000001001101111001010011111101011001001111111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09BCA; }

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

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

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

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

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

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

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

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