#E295CE

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

Shades of Shocking #E295CE

Tints of Shocking #E295CE

Color information

#E295CE (or 0xE295CE) is unknown color: approx Shocking. HEX triplet: E2, 95 and CE. RGB value is (226,149,206). Sum of RGB (Red+Green+Blue) = 226+149+206=581 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.90% from 581); Green value is 149 (58.59% from 255 or 25.65% from 581); Blue value is 206 (80.86% from 255 or 35.46% from 581); Max value from RGB is 226 - color contains mainly: red. Hex color #E295CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E295CE is #1D6A31. Grayscale: #B2B2B2. Windows color (decimal): -1927730 or 13538786. OLE color: 13538786.

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

Color convert

RGB226149206-
CMYK00.340.090.11
HSL315.58º57.04%73.53%-
HSV(B)315.58º34.07%88.63%-
XYZ53.2542.1263.72-
YUV178.52143.51161.87-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.90%
GREEN value IS 149 (58.59% from 255) = 25.65%
BLUE value IS 206 (80.86% from 255) = 35.46%
R=38.90%
G=25.65%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614920600.340.090.11315.5857.0473.53
HexE295CE0229B13c394a
Octal342225316042111347471112
Binary1110001010010101110011100100010100110111001111001110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E295CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E295CE; }

 p { color: rgb(226,149,206); }

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

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

 a { background-color: rgb(226,149,206); }

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

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

 span { border-color: rgb(226,149,206); }

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