#ED97CA

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

Shades of Shocking #ED97CA

Tints of Shocking #ED97CA

Color information

#ED97CA (or 0xED97CA) is unknown color: approx Shocking. HEX triplet: ED, 97 and CA. RGB value is (237,151,202). Sum of RGB (Red+Green+Blue) = 237+151+202=590 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.17% from 590); Green value is 151 (59.38% from 255 or 25.59% from 590); Blue value is 202 (79.30% from 255 or 34.24% from 590); Max value from RGB is 237 - color contains mainly: red. Hex color #ED97CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED97CA is #126835. Grayscale: #B6B6B6. Windows color (decimal): -1206326 or 13277165. OLE color: 13277165.

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

Color convert

RGB237151202-
CMYK00.360.150.07
HSL324.42º70.49%76.08%-
HSV(B)324.42º36.29%92.94%-
XYZ56.6544.461.46-
YUV182.53138.99166.85-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.17%
GREEN value IS 151 (59.38% from 255) = 25.59%
BLUE value IS 202 (79.30% from 255) = 34.24%
R=40.17%
G=25.59%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715120200.360.150.07324.4270.4976.08
HexED97CA024F7144464c
Octal355227312044177504106114
Binary1110110110010111110010100100100111111110100010010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED97CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED97CA; }

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

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

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

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

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

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

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

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