#ED8FC5

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

Shades of Shocking #ED8FC5

Tints of Shocking #ED8FC5

Color information

#ED8FC5 (or 0xED8FC5) is unknown color: approx Shocking. HEX triplet: ED, 8F and C5. RGB value is (237,143,197). Sum of RGB (Red+Green+Blue) = 237+143+197=577 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.07% from 577); Green value is 143 (56.25% from 255 or 24.78% from 577); Blue value is 197 (77.34% from 255 or 34.14% from 577); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8FC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8FC5 is #12703A. Grayscale: #B1B1B1. Windows color (decimal): -1208379 or 12947437. OLE color: 12947437.

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

Color convert

RGB237143197-
CMYK00.400.170.07
HSL325.53º72.31%74.51%-
HSV(B)325.53º39.66%92.94%-
XYZ54.8341.6857.98-
YUV177.26139.14170.61-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.07%
GREEN value IS 143 (56.25% from 255) = 24.78%
BLUE value IS 197 (77.34% from 255) = 34.14%
R=41.07%
G=24.78%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714319700.400.170.07325.5372.3174.51
HexED8FC5028117146484b
Octal355217305050217506110113
Binary11101101100011111100010101010001000111110100011010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8FC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8FC5; }

 p { color: rgb(237,143,197); }

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

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

 a { background-color: rgb(237,143,197); }

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

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

 span { border-color: rgb(237,143,197); }

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