#ED8DBD

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

Shades of Shocking #ED8DBD

Tints of Shocking #ED8DBD

Color information

#ED8DBD (or 0xED8DBD) is unknown color: approx Shocking. HEX triplet: ED, 8D and BD. RGB value is (237,141,189). Sum of RGB (Red+Green+Blue) = 237+141+189=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 141 (55.47% from 255 or 24.87% from 567); Blue value is 189 (74.22% from 255 or 33.33% from 567); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8DBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8DBD is #127242. Grayscale: #AFAFAF. Windows color (decimal): -1208899 or 12422637. OLE color: 12422637.

HSL color Cylindrical-coordinate representation of color #ED8DBD: hue angle of 330º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ED8DBD is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB237141189-
CMYK00.410.200.07
HSL330º72.73%74.12%-
HSV(B)330º40.51%92.94%-
XYZ53.6440.7353.18-
YUV175.18135.8172.1-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.80%
GREEN value IS 141 (55.47% from 255) = 24.87%
BLUE value IS 189 (74.22% from 255) = 33.33%
R=41.80%
G=24.87%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714118900.410.200.0733072.7374.12
HexED8DBD02914714a494a
Octal355215275051247512111112
Binary11101101100011011011110101010011010011110100101010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8DBD; }

 p { color: rgb(237,141,189); }

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

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

 a { background-color: rgb(237,141,189); }

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

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

 span { border-color: rgb(237,141,189); }

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