#ED8DBA

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

Shades of Shocking #ED8DBA

Tints of Shocking #ED8DBA

Color information

#ED8DBA (or 0xED8DBA) is unknown color: approx Shocking. HEX triplet: ED, 8D and BA. RGB value is (237,141,186). Sum of RGB (Red+Green+Blue) = 237+141+186=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 141 (55.47% from 255 or 25% from 564); Blue value is 186 (73.05% from 255 or 32.98% from 564); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8DBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8DBA is #127245. Grayscale: #AEAEAE. Windows color (decimal): -1208902 or 12226029. OLE color: 12226029.

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

Color convert

RGB237141186-
CMYK00.410.220.07
HSL331.88º72.73%74.12%-
HSV(B)331.88º40.51%92.94%-
XYZ53.3140.651.48-
YUV174.83134.3172.34-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.02%
GREEN value IS 141 (55.47% from 255) = 25%
BLUE value IS 186 (73.05% from 255) = 32.98%
R=42.02%
G=25%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714118600.410.220.07331.8872.7374.12
HexED8DBA02916714c494a
Octal355215272051267514111112
Binary11101101100011011011101001010011011011110100110010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8DBA; }

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

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

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

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

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

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

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

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