#E998CB

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

Shades of Shocking #E998CB

Tints of Shocking #E998CB

Color information

#E998CB (or 0xE998CB) is unknown color: approx Shocking. HEX triplet: E9, 98 and CB. RGB value is (233,152,203). Sum of RGB (Red+Green+Blue) = 233+152+203=588 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.63% from 588); Green value is 152 (59.77% from 255 or 25.85% from 588); Blue value is 203 (79.69% from 255 or 34.52% from 588); Max value from RGB is 233 - color contains mainly: red. Hex color #E998CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E998CB is #166734. Grayscale: #B5B5B5. Windows color (decimal): -1468213 or 13342953. OLE color: 13342953.

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

Color convert

RGB233152203-
CMYK00.350.130.09
HSL322.22º64.8%75.49%-
HSV(B)322.22º34.76%91.37%-
XYZ55.6144.0962.08-
YUV182.03139.84164.35-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.63%
GREEN value IS 152 (59.77% from 255) = 25.85%
BLUE value IS 203 (79.69% from 255) = 34.52%
R=39.63%
G=25.85%
B=34.52%

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
Decimal23315220300.350.130.09322.2264.875.49
HexE998CB023D9142414b
Octal3512303130431511502101113
Binary11101001100110001100101101000111101100110100001010000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E998CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E998CB; }

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

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

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

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

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

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

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

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