#ED98CC

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

Shades of Shocking #ED98CC

Tints of Shocking #ED98CC

Color information

#ED98CC (or 0xED98CC) is unknown color: approx Shocking. HEX triplet: ED, 98 and CC. RGB value is (237,152,204). Sum of RGB (Red+Green+Blue) = 237+152+204=593 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.97% from 593); Green value is 152 (59.77% from 255 or 25.63% from 593); Blue value is 204 (80.08% from 255 or 34.40% from 593); Max value from RGB is 237 - color contains mainly: red. Hex color #ED98CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED98CC is #126733. Grayscale: #B7B7B7. Windows color (decimal): -1206068 or 13408493. OLE color: 13408493.

HSL color Cylindrical-coordinate representation of color #ED98CC: hue angle of 323.29º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ED98CC is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB237152204-
CMYK00.360.140.07
HSL323.29º70.25%76.27%-
HSV(B)323.29º35.86%92.94%-
XYZ57.0544.8262.77-
YUV183.34139.66166.27-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.97%
GREEN value IS 152 (59.77% from 255) = 25.63%
BLUE value IS 204 (80.08% from 255) = 34.40%
R=39.97%
G=25.63%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715220400.360.140.07323.2970.2576.27
HexED98CC024E7143464c
Octal355230314044167503106114
Binary1110110110011000110011000100100111011110100001110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED98CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED98CC; }

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

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

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

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

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

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

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

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