#E998CC

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

Shades of Shocking #E998CC

Tints of Shocking #E998CC

Color information

#E998CC (or 0xE998CC) is unknown color: approx Shocking. HEX triplet: E9, 98 and CC. RGB value is (233,152,204). Sum of RGB (Red+Green+Blue) = 233+152+204=589 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.56% from 589); Green value is 152 (59.77% from 255 or 25.81% from 589); Blue value is 204 (80.08% from 255 or 34.63% from 589); Max value from RGB is 233 - color contains mainly: red. Hex color #E998CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E998CC is #166733. Grayscale: #B6B6B6. Windows color (decimal): -1468212 or 13408489. OLE color: 13408489.

HSL color Cylindrical-coordinate representation of color #E998CC: hue angle of 321.48º 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 #E998CC is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB233152204-
CMYK00.350.120.09
HSL321.48º64.8%75.49%-
HSV(B)321.48º34.76%91.37%-
XYZ55.7344.1462.71-
YUV182.15140.34164.27-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.56%
GREEN value IS 152 (59.77% from 255) = 25.81%
BLUE value IS 204 (80.08% from 255) = 34.63%
R=39.56%
G=25.81%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23315220400.350.120.09321.4864.875.49
HexE998CC023C9141414b
Octal3512303140431411501101113
Binary11101001100110001100110001000111100100110100000110000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E998CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E998CC; }

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

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

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

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

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

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

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

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