Html Css Color HEX #E5086F Ruby

📋 copy color: '#E5086F'

red 229 ◦ green 8 ◦ blue 111

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

Shades of Ruby #E5086F

Tints of Ruby #E5086F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.9%

R = 65.8%
G = 2.3%
B = 31.9%

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

#E5086F (or 0xE5086F) is known color: Ruby. HEX triplet: E5, 08 and 6F. RGB value is (229,8,111). Sum of RGB (Red+Green+Blue) = 229+8+111=348 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.80% from 348); Green value is 8 (3.52% from 255 or 2.30% from 348); Blue value is 111 (43.75% from 255 or 31.90% from 348); Max value from RGB is 229 - color contains mainly: red. Hex color #E5086F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5086F is #1AF790. Grayscale: #555555. Windows color (decimal): -1767313 or 7276773. OLE color: 7276773.

HSL color Cylindrical-coordinate representation of color #E5086F: hue angle of 332.04º 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 #E5086F is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 8 111 -
CMYK 0 0.97 0.52 0.10
HSL 332.04º 0.93% 0.46% -
HSV(B) 332.04º 0.97% 0.9% -
XYZ 35.27 17.98 16.65 -
YUV 85.82 142.22 230.12 -
System Red Green Blue C M Y K H S L
Decimal 229 8 111 0 0.97 0.52 0.10 332.04 0.93 0.46
Hex E5 8 6F 0 61 34 A 14C 5D 2E
Octal 345 10 157 0 141 64 12 514 135 56
Binary 11100101 1000 1101111 0 1100001 110100 1010 101001100 1011101 101110

Color Harmonies of #E5086F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5086F

Black with #E5086F

Text Example


Text Example

White with #E5086F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5086F; }

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

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

background-color css

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

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

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

border-color css

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

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

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