#E198CB

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

Shades of Shocking #E198CB

Tints of Shocking #E198CB

Color information

#E198CB (or 0xE198CB) is unknown color: approx Shocking. HEX triplet: E1, 98 and CB. RGB value is (225,152,203). Sum of RGB (Red+Green+Blue) = 225+152+203=580 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.79% from 580); Green value is 152 (59.77% from 255 or 26.21% from 580); Blue value is 203 (79.69% from 255 or 35% from 580); Max value from RGB is 225 - color contains mainly: red. Hex color #E198CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E198CB is #1E6734. Grayscale: #B3B3B3. Windows color (decimal): -1992501 or 13342945. OLE color: 13342945.

HSL color Cylindrical-coordinate representation of color #E198CB: hue angle of 318.08º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E198CB is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB225152203-
CMYK00.320.100.12
HSL318.08º54.89%73.92%-
HSV(B)318.08º32.44%88.24%-
XYZ53.0642.7861.96-
YUV179.64141.18160.35-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.79%
GREEN value IS 152 (59.77% from 255) = 26.21%
BLUE value IS 203 (79.69% from 255) = 35%
R=38.79%
G=26.21%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515220300.320.100.12318.0854.8973.92
HexE198CB020AC13e374a
Octal341230313040121447667112
Binary1110000110011000110010110100000101011001001111101101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E198CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E198CB; }

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

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

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

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

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

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

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

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