#ED91BD

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

Shades of Shocking #ED91BD

Tints of Shocking #ED91BD

Color information

#ED91BD (or 0xED91BD) is unknown color: approx Shocking. HEX triplet: ED, 91 and BD. RGB value is (237,145,189). Sum of RGB (Red+Green+Blue) = 237+145+189=571 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.51% from 571); Green value is 145 (57.03% from 255 or 25.39% from 571); Blue value is 189 (74.22% from 255 or 33.10% from 571); Max value from RGB is 237 - color contains mainly: red. Hex color #ED91BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED91BD is #126E42. Grayscale: #B1B1B1. Windows color (decimal): -1207875 or 12423661. OLE color: 12423661.

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

Color convert

RGB237145189-
CMYK00.390.200.07
HSL331.3º71.88%74.9%-
HSV(B)331.3º38.82%92.94%-
XYZ54.2441.9353.38-
YUV177.52134.48170.42-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.51%
GREEN value IS 145 (57.03% from 255) = 25.39%
BLUE value IS 189 (74.22% from 255) = 33.10%
R=41.51%
G=25.39%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714518900.390.200.07331.371.8874.9
HexED91BD02714714b484b
Octal355221275047247513110113
Binary11101101100100011011110101001111010011110100101110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED91BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED91BD; }

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

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

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

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

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

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

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

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