#E294CA

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

Shades of Shocking #E294CA

Tints of Shocking #E294CA

Color information

#E294CA (or 0xE294CA) is unknown color: approx Shocking. HEX triplet: E2, 94 and CA. RGB value is (226,148,202). Sum of RGB (Red+Green+Blue) = 226+148+202=576 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.24% from 576); Green value is 148 (58.20% from 255 or 25.69% from 576); Blue value is 202 (79.30% from 255 or 35.07% from 576); Max value from RGB is 226 - color contains mainly: red. Hex color #E294CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E294CA is #1D6B35. Grayscale: #B1B1B1. Windows color (decimal): -1927990 or 13276386. OLE color: 13276386.

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

Color convert

RGB226148202-
CMYK00.350.110.11
HSL318.46º57.35%73.33%-
HSV(B)318.46º34.51%88.63%-
XYZ52.6141.6161.14-
YUV177.48141.84162.61-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.24%
GREEN value IS 148 (58.20% from 255) = 25.69%
BLUE value IS 202 (79.30% from 255) = 35.07%
R=39.24%
G=25.69%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614820200.350.110.11318.4657.3573.33
HexE294CA023BB13e3949
Octal342224312043131347671111
Binary1110001010010100110010100100011101110111001111101110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E294CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E294CA; }

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

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

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

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

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

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

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

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