#E998CD

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

Shades of Shocking #E998CD

Tints of Shocking #E998CD

Color information

#E998CD (or 0xE998CD) is unknown color: approx Shocking. HEX triplet: E9, 98 and CD. RGB value is (233,152,205). Sum of RGB (Red+Green+Blue) = 233+152+205=590 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.49% from 590); Green value is 152 (59.77% from 255 or 25.76% from 590); Blue value is 205 (80.47% from 255 or 34.75% from 590); Max value from RGB is 233 - color contains mainly: red. Hex color #E998CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E998CD is #166732. Grayscale: #B6B6B6. Windows color (decimal): -1468211 or 13474025. OLE color: 13474025.

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

Color convert

RGB233152205-
CMYK00.350.120.09
HSL320.74º64.8%75.49%-
HSV(B)320.74º34.76%91.37%-
XYZ55.8544.1963.34-
YUV182.26140.84164.19-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.49%
GREEN value IS 152 (59.77% from 255) = 25.76%
BLUE value IS 205 (80.47% from 255) = 34.75%
R=39.49%
G=25.76%
B=34.75%

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
Decimal23315220500.350.120.09320.7464.875.49
HexE998CD023C9141414b
Octal3512303150431411501101113
Binary11101001100110001100110101000111100100110100000110000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E998CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E998CD; }

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

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

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

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

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

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

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

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