Html Css Color HEX #ED0974 Ruby

📋 copy color: '#ED0974'

red 237 ◦ green 9 ◦ blue 116

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

Shades of Ruby #ED0974

Tints of Ruby #ED0974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 32.04%

R = 65.47%
G = 2.49%
B = 32.04%

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

#ED0974 (or 0xED0974) is known color: Ruby. HEX triplet: ED, 09 and 74. RGB value is (237,9,116). Sum of RGB (Red+Green+Blue) = 237+9+116=362 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.47% from 362); Green value is 9 (3.91% from 255 or 2.49% from 362); Blue value is 116 (45.70% from 255 or 32.04% from 362); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0974 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0974 is #12F68B. Grayscale: #595959. Windows color (decimal): -1242764 or 7604717. OLE color: 7604717.

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

Color convert

RGB 237 9 116 -
CMYK 0 0.96 0.51 0.07
HSL 331.84º 0.93% 0.48% -
HSV(B) 331.84º 0.96% 0.93% -
XYZ 38.18 19.46 18.27 -
YUV 89.37 143.04 233.3 -
System Red Green Blue C M Y K H S L
Decimal 237 9 116 0 0.96 0.51 0.07 331.84 0.93 0.48
Hex ED 9 74 0 60 33 7 14C 5D 30
Octal 355 11 164 0 140 63 7 514 135 60
Binary 11101101 1001 1110100 0 1100000 110011 111 101001100 1011101 110000

Color Harmonies of #ED0974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0974

Black with #ED0974

Text Example


Text Example

White with #ED0974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0974; }

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

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

background-color css

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

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

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

border-color css

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

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

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