#E299B5

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

Shades of Shocking #E299B5

Tints of Shocking #E299B5

Color information

#E299B5 (or 0xE299B5) is unknown color: approx Shocking. HEX triplet: E2, 99 and B5. RGB value is (226,153,181). Sum of RGB (Red+Green+Blue) = 226+153+181=560 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.36% from 560); Green value is 153 (60.16% from 255 or 27.32% from 560); Blue value is 181 (71.09% from 255 or 32.32% from 560); Max value from RGB is 226 - color contains mainly: red. Hex color #E299B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E299B5 is #1D664A. Grayscale: #B1B1B1. Windows color (decimal): -1926731 or 11901410. OLE color: 11901410.

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

Color convert

RGB226153181-
CMYK00.320.200.11
HSL336.99º55.73%74.31%-
HSV(B)336.99º32.3%88.63%-
XYZ51.142.2949.19-
YUV178.02129.68162.22-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.36%
GREEN value IS 153 (60.16% from 255) = 27.32%
BLUE value IS 181 (71.09% from 255) = 32.32%
R=40.36%
G=27.32%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.20
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615318100.320.200.11336.9955.7374.31
HexE299B502014B151384a
Octal342231265040241352170112
Binary11100010100110011011010101000001010010111010100011110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E299B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E299B5; }

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

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

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

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

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

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

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

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