#ED97BD

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

Shades of Shocking #ED97BD

Tints of Shocking #ED97BD

Color information

#ED97BD (or 0xED97BD) is unknown color: approx Shocking. HEX triplet: ED, 97 and BD. RGB value is (237,151,189). Sum of RGB (Red+Green+Blue) = 237+151+189=577 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.07% from 577); Green value is 151 (59.38% from 255 or 26.17% from 577); Blue value is 189 (74.22% from 255 or 32.76% from 577); Max value from RGB is 237 - color contains mainly: red. Hex color #ED97BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED97BD is #126842. Grayscale: #B4B4B4. Windows color (decimal): -1206339 or 12425197. OLE color: 12425197.

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

Color convert

RGB237151189-
CMYK00.360.200.07
HSL333.49º70.49%76.08%-
HSV(B)333.49º36.29%92.94%-
XYZ55.1843.8153.69-
YUV181.05132.49167.91-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.07%
GREEN value IS 151 (59.38% from 255) = 26.17%
BLUE value IS 189 (74.22% from 255) = 32.76%
R=41.07%
G=26.17%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715118900.360.200.07333.4970.4976.08
HexED97BD02414714d464c
Octal355227275044247515106114
Binary11101101100101111011110101001001010011110100110110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED97BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED97BD; }

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

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

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

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

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

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

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

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