#E28CC2

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

Shades of Shocking #E28CC2

Tints of Shocking #E28CC2

Color information

#E28CC2 (or 0xE28CC2) is unknown color: approx Shocking. HEX triplet: E2, 8C and C2. RGB value is (226,140,194). Sum of RGB (Red+Green+Blue) = 226+140+194=560 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.36% from 560); Green value is 140 (55.08% from 255 or 25% from 560); Blue value is 194 (76.17% from 255 or 34.64% from 560); Max value from RGB is 226 - color contains mainly: red. Hex color #E28CC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28CC2 is #1D733D. Grayscale: #ABABAB. Windows color (decimal): -1930046 or 12750050. OLE color: 12750050.

HSL color Cylindrical-coordinate representation of color #E28CC2: hue angle of 322.33º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E28CC2 is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.11.

Color convert

RGB226140194-
CMYK00.380.140.11
HSL322.33º59.72%71.76%-
HSV(B)322.33º38.05%88.63%-
XYZ50.4838.8255.87-
YUV171.87140.49166.61-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.36%
GREEN value IS 140 (55.08% from 255) = 25%
BLUE value IS 194 (76.17% from 255) = 34.64%
R=40.36%
G=25%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.14
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614019400.380.140.11322.3359.7271.76
HexE28CC2026EB1423c48
Octal342214302046161350274110
Binary1110001010001100110000100100110111010111010000101111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28CC2; }

 p { color: rgb(226,140,194); }

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

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

 a { background-color: rgb(226,140,194); }

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

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

 span { border-color: rgb(226,140,194); }

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