Html Css Color HEX #ED1179 Ruby

📋 copy color: '#ED1179'

red 237 ◦ green 17 ◦ blue 121

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

Shades of Ruby #ED1179

Tints of Ruby #ED1179

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 32.27%

R = 63.2%
G = 4.53%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#ED1179 (or 0xED1179) is known color: Ruby. HEX triplet: ED, 11 and 79. RGB value is (237,17,121). Sum of RGB (Red+Green+Blue) = 237+17+121=375 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.2% from 375); Green value is 17 (7.03% from 255 or 4.53% from 375); Blue value is 121 (47.66% from 255 or 32.27% from 375); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1179 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED1179 is #12EE86. Grayscale: #5E5E5E. Windows color (decimal): -1240711 or 7934445. OLE color: 7934445.

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

Color convert

RGB 237 17 121 -
CMYK 0 0.93 0.49 0.07
HSL 331.64º 0.87% 0.5% -
HSV(B) 331.64º 0.93% 0.93% -
XYZ 38.58 19.79 19.88 -
YUV 94.64 142.89 229.54 -
System Red Green Blue C M Y K H S L
Decimal 237 17 121 0 0.93 0.49 0.07 331.64 0.87 0.5
Hex ED 11 79 0 5D 31 7 14C 57 32
Octal 355 21 171 0 135 61 7 514 127 62
Binary 11101101 10001 1111001 0 1011101 110001 111 101001100 1010111 110010

Color Harmonies of #ED1179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1179

Black with #ED1179

Text Example


Text Example

White with #ED1179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1179; }

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

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

background-color css

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

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

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

border-color css

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

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

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