Html Css Color HEX #ED0979 Ruby

📋 copy color: '#ED0979'

red 237 ◦ green 9 ◦ blue 121

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

Shades of Ruby #ED0979

Tints of Ruby #ED0979

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.45%

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

R = 64.58%
G = 2.45%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#ED0979 (or 0xED0979) is known color: Ruby. HEX triplet: ED, 09 and 79. RGB value is (237,9,121). Sum of RGB (Red+Green+Blue) = 237+9+121=367 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.58% from 367); Green value is 9 (3.91% from 255 or 2.45% from 367); Blue value is 121 (47.66% from 255 or 32.97% from 367); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0979 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0979 is #12F686. Grayscale: #595959. Windows color (decimal): -1242759 or 7932397. OLE color: 7932397.

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

Color convert

RGB 237 9 121 -
CMYK 0 0.96 0.49 0.07
HSL 330.53º 0.93% 0.48% -
HSV(B) 330.53º 0.96% 0.93% -
XYZ 38.47 19.58 19.84 -
YUV 89.94 145.54 232.89 -
System Red Green Blue C M Y K H S L
Decimal 237 9 121 0 0.96 0.49 0.07 330.53 0.93 0.48
Hex ED 9 79 0 60 31 7 14B 5D 30
Octal 355 11 171 0 140 61 7 513 135 60
Binary 11101101 1001 1111001 0 1100000 110001 111 101001011 1011101 110000

Color Harmonies of #ED0979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0979

Black with #ED0979

Text Example


Text Example

White with #ED0979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0979; }

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

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

background-color css

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

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

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

border-color css

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

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

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