Html Css Color HEX #ED0973 Ruby

📋 copy color: '#ED0973'

red 237 ◦ green 9 ◦ blue 115

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

Shades of Ruby #ED0973

Tints of Ruby #ED0973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 31.86%

R = 65.65%
G = 2.49%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#ED0973 (or 0xED0973) is known color: Ruby. HEX triplet: ED, 09 and 73. RGB value is (237,9,115). Sum of RGB (Red+Green+Blue) = 237+9+115=361 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.65% from 361); Green value is 9 (3.91% from 255 or 2.49% from 361); Blue value is 115 (45.31% from 255 or 31.86% from 361); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0973 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0973 is #12F68C. Grayscale: #595959. Windows color (decimal): -1242765 or 7539181. OLE color: 7539181.

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

Color convert

RGB 237 9 115 -
CMYK 0 0.96 0.51 0.07
HSL 332.11º 0.93% 0.48% -
HSV(B) 332.11º 0.96% 0.93% -
XYZ 38.12 19.44 17.96 -
YUV 89.26 142.54 233.38 -
System Red Green Blue C M Y K H S L
Decimal 237 9 115 0 0.96 0.51 0.07 332.11 0.93 0.48
Hex ED 9 73 0 60 33 7 14C 5D 30
Octal 355 11 163 0 140 63 7 514 135 60
Binary 11101101 1001 1110011 0 1100000 110011 111 101001100 1011101 110000

Color Harmonies of #ED0973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0973

Black with #ED0973

Text Example


Text Example

White with #ED0973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0973; }

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

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

background-color css

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

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

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

border-color css

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

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

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