Html Css Color HEX #ED0877 Ruby

📋 copy color: '#ED0877'

red 237 ◦ green 8 ◦ blue 119

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

Shades of Ruby #ED0877

Tints of Ruby #ED0877

RGB

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

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

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

R = 65.11%
G = 2.2%
B = 32.69%

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

#ED0877 (or 0xED0877) is known color: Ruby. HEX triplet: ED, 08 and 77. RGB value is (237,8,119). Sum of RGB (Red+Green+Blue) = 237+8+119=364 (48% of max value = 765). Red value is 237 (92.97% from 255 or 65.11% from 364); Green value is 8 (3.52% from 255 or 2.20% from 364); Blue value is 119 (46.88% from 255 or 32.69% from 364); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0877 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0877 is #12F788. Grayscale: #585858. Windows color (decimal): -1243017 or 7801069. OLE color: 7801069.

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

Color convert

RGB 237 8 119 -
CMYK 0 0.97 0.50 0.07
HSL 330.92º 0.93% 0.48% -
HSV(B) 330.92º 0.97% 0.93% -
XYZ 38.34 19.51 19.2 -
YUV 89.13 144.87 233.47 -
System Red Green Blue C M Y K H S L
Decimal 237 8 119 0 0.97 0.50 0.07 330.92 0.93 0.48
Hex ED 8 77 0 61 32 7 14B 5D 30
Octal 355 10 167 0 141 62 7 513 135 60
Binary 11101101 1000 1110111 0 1100001 110010 111 101001011 1011101 110000

Color Harmonies of #ED0877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0877

Black with #ED0877

Text Example


Text Example

White with #ED0877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0877; }

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

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

background-color css

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

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

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

border-color css

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

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

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