#ED93CC

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

Shades of Shocking #ED93CC

Tints of Shocking #ED93CC

Color information

#ED93CC (or 0xED93CC) is unknown color: approx Shocking. HEX triplet: ED, 93 and CC. RGB value is (237,147,204). Sum of RGB (Red+Green+Blue) = 237+147+204=588 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.31% from 588); Green value is 147 (57.81% from 255 or 25% from 588); Blue value is 204 (80.08% from 255 or 34.69% from 588); Max value from RGB is 237 - color contains mainly: red. Hex color #ED93CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED93CC is #126C33. Grayscale: #B4B4B4. Windows color (decimal): -1207348 or 13407213. OLE color: 13407213.

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

Color convert

RGB237147204-
CMYK00.380.140.07
HSL322º71.43%75.29%-
HSV(B)322º37.97%92.94%-
XYZ56.2643.2362.51-
YUV180.41141.32168.37-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.31%
GREEN value IS 147 (57.81% from 255) = 25%
BLUE value IS 204 (80.08% from 255) = 34.69%
R=40.31%
G=25%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714720400.380.140.0732271.4375.29
HexED93CC026E7142474b
Octal355223314046167502107113
Binary1110110110010011110011000100110111011110100001010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED93CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED93CC; }

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

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

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

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

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

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

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

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