Html Css Color HEX #ED116D Ruby

📋 copy color: '#ED116D'

red 237 ◦ green 17 ◦ blue 109

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

Shades of Ruby #ED116D

Tints of Ruby #ED116D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 30.03%

R = 65.29%
G = 4.68%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#ED116D (or 0xED116D) is known color: Ruby. HEX triplet: ED, 11 and 6D. RGB value is (237,17,109). Sum of RGB (Red+Green+Blue) = 237+17+109=363 (48% of max value = 765). Red value is 237 (92.97% from 255 or 65.29% from 363); Green value is 17 (7.03% from 255 or 4.68% from 363); Blue value is 109 (42.97% from 255 or 30.03% from 363); Max value from RGB is 237 - color contains mainly: red. Hex color #ED116D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED116D is #12EE92. Grayscale: #5D5D5D. Windows color (decimal): -1240723 or 7148013. OLE color: 7148013.

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

Color convert

RGB 237 17 109 -
CMYK 0 0.93 0.54 0.07
HSL 334.91º 0.87% 0.5% -
HSV(B) 334.91º 0.93% 0.93% -
XYZ 37.89 19.51 16.24 -
YUV 93.27 136.89 230.52 -
System Red Green Blue C M Y K H S L
Decimal 237 17 109 0 0.93 0.54 0.07 334.91 0.87 0.5
Hex ED 11 6D 0 5D 36 7 14F 57 32
Octal 355 21 155 0 135 66 7 517 127 62
Binary 11101101 10001 1101101 0 1011101 110110 111 101001111 1010111 110010

Color Harmonies of #ED116D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED116D

Black with #ED116D

Text Example


Text Example

White with #ED116D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED116D; }

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

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

background-color css

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

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

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

border-color css

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

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

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