Html Css Color HEX #ED0876 Ruby

📋 copy color: '#ED0876'

red 237 ◦ green 8 ◦ blue 118

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

Shades of Ruby #ED0876

Tints of Ruby #ED0876

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.2%

 BLUE value IS 118 (46.48% from 255) = 32.51%

R = 65.29%
G = 2.2%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#ED0876 (or 0xED0876) is known color: Ruby. HEX triplet: ED, 08 and 76. RGB value is (237,8,118). Sum of RGB (Red+Green+Blue) = 237+8+118=363 (48% of max value = 765). Red value is 237 (92.97% from 255 or 65.29% from 363); Green value is 8 (3.52% from 255 or 2.20% from 363); Blue value is 118 (46.48% from 255 or 32.51% from 363); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0876 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0876 is #12F789. Grayscale: #585858. Windows color (decimal): -1243018 or 7735533. OLE color: 7735533.

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

Color convert

RGB 237 8 118 -
CMYK 0 0.97 0.50 0.07
HSL 331.18º 0.93% 0.48% -
HSV(B) 331.18º 0.97% 0.93% -
XYZ 38.28 19.49 18.88 -
YUV 89.01 144.37 233.56 -
System Red Green Blue C M Y K H S L
Decimal 237 8 118 0 0.97 0.50 0.07 331.18 0.93 0.48
Hex ED 8 76 0 61 32 7 14B 5D 30
Octal 355 10 166 0 141 62 7 513 135 60
Binary 11101101 1000 1110110 0 1100001 110010 111 101001011 1011101 110000

Color Harmonies of #ED0876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0876

Black with #ED0876

Text Example


Text Example

White with #ED0876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0876; }

 p { color: rgb(237,8,118); }

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

background-color css

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

 a { background-color: rgb(237,8,118); }

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

border-color css

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

 span { border-color: rgb(237,8,118); }

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