#ED1C72

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

Shades of Ruby #ED1C72

Tints of Ruby #ED1C72

Color information

#ED1C72 (or 0xED1C72) is unknown color: approx Ruby. HEX triplet: ED, 1C and 72. RGB value is (237,28,114). Sum of RGB (Red+Green+Blue) = 237+28+114=379 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.53% from 379); Green value is 28 (11.33% from 255 or 7.39% from 379); Blue value is 114 (44.92% from 255 or 30.08% from 379); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1C72 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED1C72 is #12E38D. Grayscale: #646464. Windows color (decimal): -1237902 or 7478509. OLE color: 7478509.

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

Color convert

RGB23728114-
CMYK00.880.520.07
HSL335.31º85.31%51.96%-
HSV(B)335.31º88.19%92.94%-
XYZ38.3820.0517.77-
YUV100.3135.74225.51-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 62.53%
GREEN value IS 28 (11.33% from 255) = 7.39%
BLUE value IS 114 (44.92% from 255) = 30.08%
R=62.53%
G=7.39%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372811400.880.520.07335.3185.3151.96
HexED1C7205834714f5534
Octal35534162013064751712564
Binary11101101111001110010010110001101001111010011111010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED1C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED1C72; }

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

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

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

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

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

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

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

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