#E998CA

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

Shades of Shocking #E998CA

Tints of Shocking #E998CA

Color information

#E998CA (or 0xE998CA) is unknown color: approx Shocking. HEX triplet: E9, 98 and CA. RGB value is (233,152,202). Sum of RGB (Red+Green+Blue) = 233+152+202=587 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.69% from 587); Green value is 152 (59.77% from 255 or 25.89% from 587); Blue value is 202 (79.30% from 255 or 34.41% from 587); Max value from RGB is 233 - color contains mainly: red. Hex color #E998CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E998CA is #166735. Grayscale: #B5B5B5. Windows color (decimal): -1468214 or 13277417. OLE color: 13277417.

HSL color Cylindrical-coordinate representation of color #E998CA: hue angle of 322.96º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E998CA is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB233152202-
CMYK00.350.130.09
HSL322.96º64.8%75.49%-
HSV(B)322.96º34.76%91.37%-
XYZ55.4944.0461.45-
YUV181.92139.34164.43-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.69%
GREEN value IS 152 (59.77% from 255) = 25.89%
BLUE value IS 202 (79.30% from 255) = 34.41%
R=39.69%
G=25.89%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23315220200.350.130.09322.9664.875.49
HexE998CA023D9143414b
Octal3512303120431511503101113
Binary11101001100110001100101001000111101100110100001110000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E998CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E998CA; }

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

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

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

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

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

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

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

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