#ED9CCA

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

Shades of Shocking #ED9CCA

Tints of Shocking #ED9CCA

Color information

#ED9CCA (or 0xED9CCA) is unknown color: approx Shocking. HEX triplet: ED, 9C and CA. RGB value is (237,156,202). Sum of RGB (Red+Green+Blue) = 237+156+202=595 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.83% from 595); Green value is 156 (61.33% from 255 or 26.22% from 595); Blue value is 202 (79.30% from 255 or 33.95% from 595); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9CCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9CCA is #126335. Grayscale: #B9B9B9. Windows color (decimal): -1205046 or 13278445. OLE color: 13278445.

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

Color convert

RGB237156202-
CMYK00.340.150.07
HSL325.93º69.23%77.06%-
HSV(B)325.93º34.18%92.94%-
XYZ57.4746.0561.74-
YUV185.46137.34164.76-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.83%
GREEN value IS 156 (61.33% from 255) = 26.22%
BLUE value IS 202 (79.30% from 255) = 33.95%
R=39.83%
G=26.22%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715620200.340.150.07325.9369.2377.06
HexED9CCA022F7146454d
Octal355234312042177506105115
Binary1110110110011100110010100100010111111110100011010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9CCA; }

 p { color: rgb(237,156,202); }

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

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

 a { background-color: rgb(237,156,202); }

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

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

 span { border-color: rgb(237,156,202); }

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