Html Css Color HEX #ED0978 Ruby

📋 copy color: '#ED0978'

red 237 ◦ green 9 ◦ blue 120

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

Shades of Ruby #ED0978

Tints of Ruby #ED0978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 32.79%

R = 64.75%
G = 2.46%
B = 32.79%

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

#ED0978 (or 0xED0978) is known color: Ruby. HEX triplet: ED, 09 and 78. RGB value is (237,9,120). Sum of RGB (Red+Green+Blue) = 237+9+120=366 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.75% from 366); Green value is 9 (3.91% from 255 or 2.46% from 366); Blue value is 120 (47.27% from 255 or 32.79% from 366); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0978 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0978 is #12F687. Grayscale: #595959. Windows color (decimal): -1242760 or 7866861. OLE color: 7866861.

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

Color convert

RGB 237 9 120 -
CMYK 0 0.96 0.49 0.07
HSL 330.79º 0.93% 0.48% -
HSV(B) 330.79º 0.96% 0.93% -
XYZ 38.41 19.56 19.52 -
YUV 89.83 145.04 232.97 -
System Red Green Blue C M Y K H S L
Decimal 237 9 120 0 0.96 0.49 0.07 330.79 0.93 0.48
Hex ED 9 78 0 60 31 7 14B 5D 30
Octal 355 11 170 0 140 61 7 513 135 60
Binary 11101101 1001 1111000 0 1100000 110001 111 101001011 1011101 110000

Color Harmonies of #ED0978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0978

Black with #ED0978

Text Example


Text Example

White with #ED0978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0978; }

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

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

background-color css

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

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

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

border-color css

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

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

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