Html Css Color HEX #ED1176 Ruby

📋 copy color: '#ED1176'

red 237 ◦ green 17 ◦ blue 118

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

Shades of Ruby #ED1176

Tints of Ruby #ED1176

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.57%

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

R = 63.71%
G = 4.57%
B = 31.72%

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

#ED1176 (or 0xED1176) is known color: Ruby. HEX triplet: ED, 11 and 76. RGB value is (237,17,118). Sum of RGB (Red+Green+Blue) = 237+17+118=372 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.71% from 372); Green value is 17 (7.03% from 255 or 4.57% from 372); Blue value is 118 (46.48% from 255 or 31.72% from 372); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1176 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED1176 is #12EE89. Grayscale: #5E5E5E. Windows color (decimal): -1240714 or 7737837. OLE color: 7737837.

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

Color convert

RGB 237 17 118 -
CMYK 0 0.93 0.50 0.07
HSL 332.45º 0.87% 0.5% -
HSV(B) 332.45º 0.93% 0.93% -
XYZ 38.4 19.71 18.92 -
YUV 94.29 141.39 229.79 -
System Red Green Blue C M Y K H S L
Decimal 237 17 118 0 0.93 0.50 0.07 332.45 0.87 0.5
Hex ED 11 76 0 5D 32 7 14C 57 32
Octal 355 21 166 0 135 62 7 514 127 62
Binary 11101101 10001 1110110 0 1011101 110010 111 101001100 1010111 110010

Color Harmonies of #ED1176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1176

Black with #ED1176

Text Example


Text Example

White with #ED1176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1176; }

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

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

background-color css

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

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

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

border-color css

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

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

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