Html Css Color HEX #E3086B Ruby

📋 copy color: '#E3086B'

red 227 ◦ green 8 ◦ blue 107

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

Shades of Ruby #E3086B

Tints of Ruby #E3086B

RGB

 RED value IS 227 (89.06% from 255) = 66.37%

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

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

R = 66.37%
G = 2.34%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.53

 K value IS 0.11

RGB Variations

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

Color information

#E3086B (or 0xE3086B) is known color: Ruby. HEX triplet: E3, 08 and 6B. RGB value is (227,8,107). Sum of RGB (Red+Green+Blue) = 227+8+107=342 (45% of max value = 765). Red value is 227 (89.06% from 255 or 66.37% from 342); Green value is 8 (3.52% from 255 or 2.34% from 342); Blue value is 107 (42.19% from 255 or 31.29% from 342); Max value from RGB is 227 - color contains mainly: red. Hex color #E3086B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3086B is #1CF794. Grayscale: #545454. Windows color (decimal): -1898389 or 7014627. OLE color: 7014627.

HSL color Cylindrical-coordinate representation of color #E3086B: hue angle of 332.88º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E3086B is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 8 107 -
CMYK 0 0.96 0.53 0.11
HSL 332.88º 0.93% 0.46% -
HSV(B) 332.88º 0.96% 0.89% -
XYZ 34.42 17.57 15.49 -
YUV 84.77 140.55 229.45 -
System Red Green Blue C M Y K H S L
Decimal 227 8 107 0 0.96 0.53 0.11 332.88 0.93 0.46
Hex E3 8 6B 0 60 35 B 14D 5D 2E
Octal 343 10 153 0 140 65 13 515 135 56
Binary 11100011 1000 1101011 0 1100000 110101 1011 101001101 1011101 101110

Color Harmonies of #E3086B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3086B

Black with #E3086B

Text Example


Text Example

White with #E3086B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3086B; }

 p { color: rgb(227,8,107); }

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

background-color css

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

 a { background-color: rgb(227,8,107); }

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

border-color css

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

 span { border-color: rgb(227,8,107); }

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