#ED9BCE

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

Shades of Shocking #ED9BCE

Tints of Shocking #ED9BCE

Color information

#ED9BCE (or 0xED9BCE) is unknown color: approx Shocking. HEX triplet: ED, 9B and CE. RGB value is (237,155,206). Sum of RGB (Red+Green+Blue) = 237+155+206=598 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.63% from 598); Green value is 155 (60.94% from 255 or 25.92% from 598); Blue value is 206 (80.86% from 255 or 34.45% from 598); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9BCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9BCE is #126431. Grayscale: #B9B9B9. Windows color (decimal): -1205298 or 13540333. OLE color: 13540333.

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

Color convert

RGB237155206-
CMYK00.350.130.07
HSL322.68º69.49%76.86%-
HSV(B)322.68º34.6%92.94%-
XYZ57.7945.964.21-
YUV185.33139.67164.85-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.63%
GREEN value IS 155 (60.94% from 255) = 25.92%
BLUE value IS 206 (80.86% from 255) = 34.45%
R=39.63%
G=25.92%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715520600.350.130.07322.6869.4976.86
HexED9BCE023D7143454d
Octal355233316043157503105115
Binary1110110110011011110011100100011110111110100001110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9BCE; }

 p { color: rgb(237,155,206); }

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

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

 a { background-color: rgb(237,155,206); }

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

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

 span { border-color: rgb(237,155,206); }

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