#ED98C1

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

Shades of Shocking #ED98C1

Tints of Shocking #ED98C1

Color information

#ED98C1 (or 0xED98C1) is unknown color: approx Shocking. HEX triplet: ED, 98 and C1. RGB value is (237,152,193). Sum of RGB (Red+Green+Blue) = 237+152+193=582 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.72% from 582); Green value is 152 (59.77% from 255 or 26.12% from 582); Blue value is 193 (75.78% from 255 or 33.16% from 582); Max value from RGB is 237 - color contains mainly: red. Hex color #ED98C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED98C1 is #12673E. Grayscale: #B6B6B6. Windows color (decimal): -1206079 or 12687597. OLE color: 12687597.

HSL color Cylindrical-coordinate representation of color #ED98C1: hue angle of 331.06º 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 #ED98C1 is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB237152193-
CMYK00.360.190.07
HSL331.06º70.25%76.27%-
HSV(B)331.06º35.86%92.94%-
XYZ55.7844.3156.07-
YUV182.09134.16167.17-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.72%
GREEN value IS 152 (59.77% from 255) = 26.12%
BLUE value IS 193 (75.78% from 255) = 33.16%
R=40.72%
G=26.12%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715219300.360.190.07331.0670.2576.27
HexED98C102413714b464c
Octal355230301044237513106114
Binary11101101100110001100000101001001001111110100101110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED98C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED98C1; }

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

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

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

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

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

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

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

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