#E298CA

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

Shades of Shocking #E298CA

Tints of Shocking #E298CA

Color information

#E298CA (or 0xE298CA) is unknown color: approx Shocking. HEX triplet: E2, 98 and CA. RGB value is (226,152,202). Sum of RGB (Red+Green+Blue) = 226+152+202=580 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.97% from 580); Green value is 152 (59.77% from 255 or 26.21% from 580); Blue value is 202 (79.30% from 255 or 34.83% from 580); Max value from RGB is 226 - color contains mainly: red. Hex color #E298CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E298CA is #1D6735. Grayscale: #B3B3B3. Windows color (decimal): -1926966 or 13277410. OLE color: 13277410.

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

Color convert

RGB226152202-
CMYK00.330.110.11
HSL319.46º56.06%74.12%-
HSV(B)319.46º32.74%88.63%-
XYZ53.2542.8961.35-
YUV179.83140.52160.93-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.97%
GREEN value IS 152 (59.77% from 255) = 26.21%
BLUE value IS 202 (79.30% from 255) = 34.83%
R=38.97%
G=26.21%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615220200.330.110.11319.4656.0674.12
HexE298CA021BB13f384a
Octal342230312041131347770112
Binary1110001010011000110010100100001101110111001111111110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E298CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E298CA; }

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

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

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

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

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

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

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

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