#ED93CF

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

Shades of Shocking #ED93CF

Tints of Shocking #ED93CF

Color information

#ED93CF (or 0xED93CF) is unknown color: approx Shocking. HEX triplet: ED, 93 and CF. RGB value is (237,147,207). Sum of RGB (Red+Green+Blue) = 237+147+207=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 147 (57.81% from 255 or 24.87% from 591); Blue value is 207 (81.25% from 255 or 35.03% from 591); Max value from RGB is 237 - color contains mainly: red. Hex color #ED93CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED93CF is #126C30. Grayscale: #B4B4B4. Windows color (decimal): -1207345 or 13603821. OLE color: 13603821.

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

Color convert

RGB237147207-
CMYK00.380.130.07
HSL320º71.43%75.29%-
HSV(B)320º37.97%92.94%-
XYZ56.6243.3864.42-
YUV180.75142.82168.12-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.10%
GREEN value IS 147 (57.81% from 255) = 24.87%
BLUE value IS 207 (81.25% from 255) = 35.03%
R=40.10%
G=24.87%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714720700.380.130.0732071.4375.29
HexED93CF026D7140474b
Octal355223317046157500107113
Binary1110110110010011110011110100110110111110100000010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED93CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED93CF; }

 p { color: rgb(237,147,207); }

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

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

 a { background-color: rgb(237,147,207); }

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

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

 span { border-color: rgb(237,147,207); }

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