Html Css Color HEX #E3086E Ruby

📋 copy color: '#E3086E'

red 227 ◦ green 8 ◦ blue 110

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

Shades of Ruby #E3086E

Tints of Ruby #E3086E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.88%

R = 65.8%
G = 2.32%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.52

 K value IS 0.11

RGB Variations

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

Color information

#E3086E (or 0xE3086E) is known color: Ruby. HEX triplet: E3, 08 and 6E. RGB value is (227,8,110). Sum of RGB (Red+Green+Blue) = 227+8+110=345 (45% of max value = 765). Red value is 227 (89.06% from 255 or 65.80% from 345); Green value is 8 (3.52% from 255 or 2.32% from 345); Blue value is 110 (43.36% from 255 or 31.88% from 345); Max value from RGB is 227 - color contains mainly: red. Hex color #E3086E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3086E is #1CF791. Grayscale: #545454. Windows color (decimal): -1898386 or 7211235. OLE color: 7211235.

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

Color convert

RGB 227 8 110 -
CMYK 0 0.96 0.52 0.11
HSL 332.05º 0.93% 0.46% -
HSV(B) 332.05º 0.96% 0.89% -
XYZ 34.58 17.63 16.33 -
YUV 85.11 142.05 229.21 -
System Red Green Blue C M Y K H S L
Decimal 227 8 110 0 0.96 0.52 0.11 332.05 0.93 0.46
Hex E3 8 6E 0 60 34 B 14C 5D 2E
Octal 343 10 156 0 140 64 13 514 135 56
Binary 11100011 1000 1101110 0 1100000 110100 1011 101001100 1011101 101110

Color Harmonies of #E3086E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3086E

Black with #E3086E

Text Example


Text Example

White with #E3086E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3086E; }

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

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

background-color css

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

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

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

border-color css

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

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

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