#E299CA

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

Shades of Shocking #E299CA

Tints of Shocking #E299CA

Color information

#E299CA (or 0xE299CA) is unknown color: approx Shocking. HEX triplet: E2, 99 and CA. RGB value is (226,153,202). Sum of RGB (Red+Green+Blue) = 226+153+202=581 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.90% from 581); Green value is 153 (60.16% from 255 or 26.33% from 581); Blue value is 202 (79.30% from 255 or 34.77% from 581); Max value from RGB is 226 - color contains mainly: red. Hex color #E299CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E299CA is #1D6635. Grayscale: #B4B4B4. Windows color (decimal): -1926710 or 13277666. OLE color: 13277666.

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

Color convert

RGB226153202-
CMYK00.320.110.11
HSL319.73º55.73%74.31%-
HSV(B)319.73º32.3%88.63%-
XYZ53.4243.2261.4-
YUV180.41140.18160.52-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.90%
GREEN value IS 153 (60.16% from 255) = 26.33%
BLUE value IS 202 (79.30% from 255) = 34.77%
R=38.90%
G=26.33%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615320200.320.110.11319.7355.7374.31
HexE299CA020BB140384a
Octal342231312040131350070112
Binary1110001010011001110010100100000101110111010000001110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E299CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E299CA; }

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

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

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

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

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

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

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

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