#ED90C7

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

Shades of Shocking #ED90C7

Tints of Shocking #ED90C7

Color information

#ED90C7 (or 0xED90C7) is unknown color: approx Shocking. HEX triplet: ED, 90 and C7. RGB value is (237,144,199). Sum of RGB (Red+Green+Blue) = 237+144+199=580 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.86% from 580); Green value is 144 (56.64% from 255 or 24.83% from 580); Blue value is 199 (78.12% from 255 or 34.31% from 580); Max value from RGB is 237 - color contains mainly: red. Hex color #ED90C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED90C7 is #126F38. Grayscale: #B1B1B1. Windows color (decimal): -1208121 or 13078765. OLE color: 13078765.

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

Color convert

RGB237144199-
CMYK00.390.160.07
HSL324.52º72.09%74.71%-
HSV(B)324.52º39.24%92.94%-
XYZ55.2142.0759.24-
YUV178.08139.81170.03-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.86%
GREEN value IS 144 (56.64% from 255) = 24.83%
BLUE value IS 199 (78.12% from 255) = 34.31%
R=40.86%
G=24.83%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714419900.390.160.07324.5272.0974.71
HexED90C7027107145484b
Octal355220307047207505110113
Binary11101101100100001100011101001111000011110100010110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED90C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED90C7; }

 p { color: rgb(237,144,199); }

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

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

 a { background-color: rgb(237,144,199); }

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

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

 span { border-color: rgb(237,144,199); }

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