#E294CD

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

Shades of Shocking #E294CD

Tints of Shocking #E294CD

Color information

#E294CD (or 0xE294CD) is unknown color: approx Shocking. HEX triplet: E2, 94 and CD. RGB value is (226,148,205). Sum of RGB (Red+Green+Blue) = 226+148+205=579 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.03% from 579); Green value is 148 (58.20% from 255 or 25.56% from 579); Blue value is 205 (80.47% from 255 or 35.41% from 579); Max value from RGB is 226 - color contains mainly: red. Hex color #E294CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E294CD is #1D6B32. Grayscale: #B1B1B1. Windows color (decimal): -1927987 or 13472994. OLE color: 13472994.

HSL color Cylindrical-coordinate representation of color #E294CD: hue angle of 316.15º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E294CD is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB226148205-
CMYK00.350.090.11
HSL316.15º57.35%73.33%-
HSV(B)316.15º34.51%88.63%-
XYZ52.9741.7663.03-
YUV177.82143.34162.37-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.03%
GREEN value IS 148 (58.20% from 255) = 25.56%
BLUE value IS 205 (80.47% from 255) = 35.41%
R=39.03%
G=25.56%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614820500.350.090.11316.1557.3573.33
HexE294CD0239B13c3949
Octal342224315043111347471111
Binary1110001010010100110011010100011100110111001111001110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E294CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E294CD; }

 p { color: rgb(226,148,205); }

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

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

 a { background-color: rgb(226,148,205); }

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

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

 span { border-color: rgb(226,148,205); }

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