#ED9EC2

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

Shades of Shocking #ED9EC2

Tints of Shocking #ED9EC2

Color information

#ED9EC2 (or 0xED9EC2) is unknown color: approx Shocking. HEX triplet: ED, 9E and C2. RGB value is (237,158,194). Sum of RGB (Red+Green+Blue) = 237+158+194=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 158 (62.11% from 255 or 26.83% from 589); Blue value is 194 (76.17% from 255 or 32.94% from 589); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9EC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9EC2 is #12613D. Grayscale: #B9B9B9. Windows color (decimal): -1204542 or 12754669. OLE color: 12754669.

HSL color Cylindrical-coordinate representation of color #ED9EC2: hue angle of 332.66º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ED9EC2 is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB237158194-
CMYK00.330.180.07
HSL332.66º68.7%77.45%-
HSV(B)332.66º33.33%92.94%-
XYZ56.8946.3556.99-
YUV185.72132.67164.57-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.24%
GREEN value IS 158 (62.11% from 255) = 26.83%
BLUE value IS 194 (76.17% from 255) = 32.94%
R=40.24%
G=26.83%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715819400.330.180.07332.6668.777.45
HexED9EC202112714d454d
Octal355236302041227515105115
Binary11101101100111101100001001000011001011110100110110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9EC2; }

 p { color: rgb(237,158,194); }

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

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

 a { background-color: rgb(237,158,194); }

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

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

 span { border-color: rgb(237,158,194); }

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