Html Css Color HEX #ED0779 Ruby

📋 copy color: '#ED0779'

red 237 ◦ green 7 ◦ blue 121

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

Shades of Ruby #ED0779

Tints of Ruby #ED0779

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.92%

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

R = 64.93%
G = 1.92%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#ED0779 (or 0xED0779) is known color: Ruby. HEX triplet: ED, 07 and 79. RGB value is (237,7,121). Sum of RGB (Red+Green+Blue) = 237+7+121=365 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.93% from 365); Green value is 7 (3.12% from 255 or 1.92% from 365); Blue value is 121 (47.66% from 255 or 33.15% from 365); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0779 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0779 is #12F886. Grayscale: #585858. Windows color (decimal): -1243271 or 7931885. OLE color: 7931885.

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

Color convert

RGB 237 7 121 -
CMYK 0 0.97 0.49 0.07
HSL 330.26º 0.94% 0.48% -
HSV(B) 330.26º 0.97% 0.93% -
XYZ 38.45 19.54 19.83 -
YUV 88.77 146.2 233.73 -
System Red Green Blue C M Y K H S L
Decimal 237 7 121 0 0.97 0.49 0.07 330.26 0.94 0.48
Hex ED 7 79 0 61 31 7 14A 5E 30
Octal 355 7 171 0 141 61 7 512 136 60
Binary 11101101 111 1111001 0 1100001 110001 111 101001010 1011110 110000

Color Harmonies of #ED0779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0779

Black with #ED0779

Text Example


Text Example

White with #ED0779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0779; }

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

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

background-color css

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

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

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

border-color css

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

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

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