#E293CD

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

Shades of Shocking #E293CD

Tints of Shocking #E293CD

Color information

#E293CD (or 0xE293CD) is unknown color: approx Shocking. HEX triplet: E2, 93 and CD. RGB value is (226,147,205). Sum of RGB (Red+Green+Blue) = 226+147+205=578 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.10% from 578); Green value is 147 (57.81% from 255 or 25.43% from 578); Blue value is 205 (80.47% from 255 or 35.47% from 578); Max value from RGB is 226 - color contains mainly: red. Hex color #E293CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E293CD is #1D6C32. Grayscale: #B1B1B1. Windows color (decimal): -1928243 or 13472738. OLE color: 13472738.

HSL color Cylindrical-coordinate representation of color #E293CD: hue angle of 315.95º degrees, saturation: 0.58, 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 #E293CD is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB226147205-
CMYK00.350.090.11
HSL315.95º57.66%73.14%-
HSV(B)315.95º34.96%88.63%-
XYZ52.8241.4462.97-
YUV177.23143.67162.78-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.10%
GREEN value IS 147 (57.81% from 255) = 25.43%
BLUE value IS 205 (80.47% from 255) = 35.47%
R=39.10%
G=25.43%
B=35.47%

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
Decimal22614720500.350.090.11315.9557.6673.14
HexE293CD0239B13c3a49
Octal342223315043111347472111
Binary1110001010010011110011010100011100110111001111001110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E293CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E293CD; }

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

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

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

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

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

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

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

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