#E299CC

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

Shades of Shocking #E299CC

Tints of Shocking #E299CC

Color information

#E299CC (or 0xE299CC) is unknown color: approx Shocking. HEX triplet: E2, 99 and CC. RGB value is (226,153,204). Sum of RGB (Red+Green+Blue) = 226+153+204=583 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.77% from 583); Green value is 153 (60.16% from 255 or 26.24% from 583); Blue value is 204 (80.08% from 255 or 34.99% from 583); Max value from RGB is 226 - color contains mainly: red. Hex color #E299CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E299CC is #1D6633. Grayscale: #B4B4B4. Windows color (decimal): -1926708 or 13408738. OLE color: 13408738.

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

Color convert

RGB226153204-
CMYK00.320.100.11
HSL318.08º55.73%74.31%-
HSV(B)318.08º32.3%88.63%-
XYZ53.6543.3162.66-
YUV180.64141.18160.35-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.77%
GREEN value IS 153 (60.16% from 255) = 26.24%
BLUE value IS 204 (80.08% from 255) = 34.99%
R=38.77%
G=26.24%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615320400.320.100.11318.0855.7374.31
HexE299CC020AB13e384a
Octal342231314040121347670112
Binary1110001010011001110011000100000101010111001111101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E299CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E299CC; }

 p { color: rgb(226,153,204); }

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

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

 a { background-color: rgb(226,153,204); }

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

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

 span { border-color: rgb(226,153,204); }

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