Html Css Color HEX #ED116B Ruby

📋 copy color: '#ED116B'

red 237 ◦ green 17 ◦ blue 107

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

Shades of Ruby #ED116B

Tints of Ruby #ED116B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29.64%

R = 65.65%
G = 4.71%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#ED116B (or 0xED116B) is known color: Ruby. HEX triplet: ED, 11 and 6B. RGB value is (237,17,107). Sum of RGB (Red+Green+Blue) = 237+17+107=361 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.65% from 361); Green value is 17 (7.03% from 255 or 4.71% from 361); Blue value is 107 (42.19% from 255 or 29.64% from 361); Max value from RGB is 237 - color contains mainly: red. Hex color #ED116B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED116B is #12EE94. Grayscale: #5C5C5C. Windows color (decimal): -1240725 or 7016941. OLE color: 7016941.

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

Color convert

RGB 237 17 107 -
CMYK 0 0.93 0.55 0.07
HSL 335.45º 0.87% 0.5% -
HSV(B) 335.45º 0.93% 0.93% -
XYZ 37.78 19.47 15.68 -
YUV 93.04 135.89 230.68 -
System Red Green Blue C M Y K H S L
Decimal 237 17 107 0 0.93 0.55 0.07 335.45 0.87 0.5
Hex ED 11 6B 0 5D 37 7 14F 57 32
Octal 355 21 153 0 135 67 7 517 127 62
Binary 11101101 10001 1101011 0 1011101 110111 111 101001111 1010111 110010

Color Harmonies of #ED116B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED116B

Black with #ED116B

Text Example


Text Example

White with #ED116B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED116B; }

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

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

background-color css

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

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

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

border-color css

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

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

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