Html Css Color HEX #ED0977 Ruby

📋 copy color: '#ED0977'

red 237 ◦ green 9 ◦ blue 119

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

Shades of Ruby #ED0977

Tints of Ruby #ED0977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 32.6%

R = 64.93%
G = 2.47%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#ED0977 (or 0xED0977) is known color: Ruby. HEX triplet: ED, 09 and 77. RGB value is (237,9,119). Sum of RGB (Red+Green+Blue) = 237+9+119=365 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.93% from 365); Green value is 9 (3.91% from 255 or 2.47% from 365); Blue value is 119 (46.88% from 255 or 32.60% from 365); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0977 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0977 is #12F688. Grayscale: #595959. Windows color (decimal): -1242761 or 7801325. OLE color: 7801325.

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

Color convert

RGB 237 9 119 -
CMYK 0 0.96 0.50 0.07
HSL 331.05º 0.93% 0.48% -
HSV(B) 331.05º 0.96% 0.93% -
XYZ 38.35 19.53 19.2 -
YUV 89.71 144.54 233.06 -
System Red Green Blue C M Y K H S L
Decimal 237 9 119 0 0.96 0.50 0.07 331.05 0.93 0.48
Hex ED 9 77 0 60 32 7 14B 5D 30
Octal 355 11 167 0 140 62 7 513 135 60
Binary 11101101 1001 1110111 0 1100000 110010 111 101001011 1011101 110000

Color Harmonies of #ED0977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0977

Black with #ED0977

Text Example


Text Example

White with #ED0977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0977; }

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

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

background-color css

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

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

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

border-color css

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

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

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