#ED9CC2

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

Shades of Shocking #ED9CC2

Tints of Shocking #ED9CC2

Color information

#ED9CC2 (or 0xED9CC2) is unknown color: approx Shocking. HEX triplet: ED, 9C and C2. RGB value is (237,156,194). Sum of RGB (Red+Green+Blue) = 237+156+194=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 156 (61.33% from 255 or 26.58% from 587); Blue value is 194 (76.17% from 255 or 33.05% from 587); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9CC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9CC2 is #12633D. Grayscale: #B8B8B8. Windows color (decimal): -1205054 or 12754157. OLE color: 12754157.

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

Color convert

RGB237156194-
CMYK00.340.180.07
HSL331.85º69.23%77.06%-
HSV(B)331.85º34.18%92.94%-
XYZ56.5545.6856.87-
YUV184.55133.34165.41-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.37%
GREEN value IS 156 (61.33% from 255) = 26.58%
BLUE value IS 194 (76.17% from 255) = 33.05%
R=40.37%
G=26.58%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715619400.340.180.07331.8569.2377.06
HexED9CC202212714c454d
Octal355234302042227514105115
Binary11101101100111001100001001000101001011110100110010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9CC2; }

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

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

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

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

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

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

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

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