Html Css Color HEX #ED1579 Ruby

📋 copy color: '#ED1579'

red 237 ◦ green 21 ◦ blue 121

#ED1579
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ruby #ED1579

Tints of Ruby #ED1579

RGB

 RED value IS 237 (92.97% from 255) = 62.53%

 GREEN value IS 21 (8.59% from 255) = 5.54%

 BLUE value IS 121 (47.66% from 255) = 31.93%

R = 62.53%
G = 5.54%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#ED1579 (or 0xED1579) is known color: Ruby. HEX triplet: ED, 15 and 79. RGB value is (237,21,121). Sum of RGB (Red+Green+Blue) = 237+21+121=379 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.53% from 379); Green value is 21 (8.59% from 255 or 5.54% from 379); Blue value is 121 (47.66% from 255 or 31.93% from 379); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1579 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED1579 is #12EA86. Grayscale: #606060. Windows color (decimal): -1239687 or 7935469. OLE color: 7935469.

HSL color Cylindrical-coordinate representation of color #ED1579: hue angle of 332.22º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ED1579 is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 21 121 -
CMYK 0 0.91 0.49 0.07
HSL 332.22º 0.86% 0.51% -
HSV(B) 332.22º 0.91% 0.93% -
XYZ 38.64 19.92 19.9 -
YUV 96.98 141.56 227.87 -
System Red Green Blue C M Y K H S L
Decimal 237 21 121 0 0.91 0.49 0.07 332.22 0.86 0.51
Hex ED 15 79 0 5B 31 7 14C 56 33
Octal 355 25 171 0 133 61 7 514 126 63
Binary 11101101 10101 1111001 0 1011011 110001 111 101001100 1010110 110011

Color Harmonies of #ED1579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1579

Black with #ED1579

Text Example


Text Example

White with #ED1579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1579; }

 p { color: rgb(237,21,121); }

 H1.HeaderClassName
 {
   color: #ED1579;
 }
 .AnyTagClassName
 {
   color: #ED1579;
 }
</style>

background-color css

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

 a { background-color: rgb(237,21,121); }

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

border-color css

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

 span { border-color: rgb(237,21,121); }

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