Html Css Color HEX #ED1076 Ruby

📋 copy color: '#ED1076'

red 237 ◦ green 16 ◦ blue 118

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

Shades of Ruby #ED1076

Tints of Ruby #ED1076

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.31%

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

R = 63.88%
G = 4.31%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#ED1076 (or 0xED1076) is known color: Ruby. HEX triplet: ED, 10 and 76. RGB value is (237,16,118). Sum of RGB (Red+Green+Blue) = 237+16+118=371 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.88% from 371); Green value is 16 (6.64% from 255 or 4.31% from 371); Blue value is 118 (46.48% from 255 or 31.81% from 371); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1076 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED1076 is #12EF89. Grayscale: #5D5D5D. Windows color (decimal): -1240970 or 7737581. OLE color: 7737581.

HSL color Cylindrical-coordinate representation of color #ED1076: hue angle of 332.31º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ED1076 is Cyan = 0, Magento = 0.93, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 16 118 -
CMYK 0 0.93 0.50 0.07
HSL 332.31º 0.87% 0.5% -
HSV(B) 332.31º 0.93% 0.93% -
XYZ 38.38 19.68 18.92 -
YUV 93.71 141.72 230.21 -
System Red Green Blue C M Y K H S L
Decimal 237 16 118 0 0.93 0.50 0.07 332.31 0.87 0.5
Hex ED 10 76 0 5D 32 7 14C 57 32
Octal 355 20 166 0 135 62 7 514 127 62
Binary 11101101 10000 1110110 0 1011101 110010 111 101001100 1010111 110010

Color Harmonies of #ED1076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1076

Black with #ED1076

Text Example


Text Example

White with #ED1076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1076; }

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

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

background-color css

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

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

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

border-color css

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

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

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