Html Css Color HEX #E5086D Ruby

📋 copy color: '#E5086D'

red 229 ◦ green 8 ◦ blue 109

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

Shades of Ruby #E5086D

Tints of Ruby #E5086D

RGB

 RED value IS 229 (89.84% from 255) = 66.18%

 GREEN value IS 8 (3.52% from 255) = 2.31%

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

R = 66.18%
G = 2.31%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.52

 K value IS 0.10

RGB Variations

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

Color information

#E5086D (or 0xE5086D) is known color: Ruby. HEX triplet: E5, 08 and 6D. RGB value is (229,8,109). Sum of RGB (Red+Green+Blue) = 229+8+109=346 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.18% from 346); Green value is 8 (3.52% from 255 or 2.31% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 229 - color contains mainly: red. Hex color #E5086D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5086D is #1AF792. Grayscale: #555555. Windows color (decimal): -1767315 or 7145701. OLE color: 7145701.

HSL color Cylindrical-coordinate representation of color #E5086D: hue angle of 332.58º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E5086D is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 8 109 -
CMYK 0 0.97 0.52 0.10
HSL 332.58º 0.93% 0.46% -
HSV(B) 332.58º 0.97% 0.9% -
XYZ 35.16 17.94 16.08 -
YUV 85.59 141.22 230.29 -
System Red Green Blue C M Y K H S L
Decimal 229 8 109 0 0.97 0.52 0.10 332.58 0.93 0.46
Hex E5 8 6D 0 61 34 A 14D 5D 2E
Octal 345 10 155 0 141 64 12 515 135 56
Binary 11100101 1000 1101101 0 1100001 110100 1010 101001101 1011101 101110

Color Harmonies of #E5086D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5086D

Black with #E5086D

Text Example


Text Example

White with #E5086D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5086D; }

 p { color: rgb(229,8,109); }

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

background-color css

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

 a { background-color: rgb(229,8,109); }

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

border-color css

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

 span { border-color: rgb(229,8,109); }

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