#ED1C70

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

Shades of Ruby #ED1C70

Tints of Ruby #ED1C70

Color information

#ED1C70 (or 0xED1C70) is unknown color: approx Ruby. HEX triplet: ED, 1C and 70. RGB value is (237,28,112). Sum of RGB (Red+Green+Blue) = 237+28+112=377 (49% of max value = 765). Red value is 237 (92.97% from 255 or 62.86% from 377); Green value is 28 (11.33% from 255 or 7.43% from 377); Blue value is 112 (44.14% from 255 or 29.71% from 377); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1C70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED1C70 is #12E38F. Grayscale: #636363. Windows color (decimal): -1237904 or 7347437. OLE color: 7347437.

HSL color Cylindrical-coordinate representation of color #ED1C70: hue angle of 335.89º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ED1C70 is Cyan = 0, Magento = 0.88, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB23728112-
CMYK00.880.530.07
HSL335.89º85.31%51.96%-
HSV(B)335.89º88.19%92.94%-
XYZ38.262017.17-
YUV100.07134.74225.67-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 62.86%
GREEN value IS 28 (11.33% from 255) = 7.43%
BLUE value IS 112 (44.14% from 255) = 29.71%
R=62.86%
G=7.43%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372811200.880.530.07335.8985.3151.96
HexED1C700583571505534
Octal35534160013065752012564
Binary11101101111001110000010110001101011111010100001010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED1C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED1C70; }

 p { color: rgb(237,28,112); }

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

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

 a { background-color: rgb(237,28,112); }

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

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

 span { border-color: rgb(237,28,112); }

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