Html Css Color HEX #E3086D Ruby

📋 copy color: '#E3086D'

red 227 ◦ green 8 ◦ blue 109

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

Shades of Ruby #E3086D

Tints of Ruby #E3086D

RGB

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

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

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

R = 65.99%
G = 2.33%
B = 31.69%

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

#E3086D (or 0xE3086D) is known color: Ruby. HEX triplet: E3, 08 and 6D. RGB value is (227,8,109). Sum of RGB (Red+Green+Blue) = 227+8+109=344 (45% of max value = 765). Red value is 227 (89.06% from 255 or 65.99% from 344); Green value is 8 (3.52% from 255 or 2.33% from 344); Blue value is 109 (42.97% from 255 or 31.69% from 344); Max value from RGB is 227 - color contains mainly: red. Hex color #E3086D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3086D is #1CF792. Grayscale: #545454. Windows color (decimal): -1898387 or 7145699. OLE color: 7145699.

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

Color convert

RGB 227 8 109 -
CMYK 0 0.96 0.52 0.11
HSL 332.33º 0.93% 0.46% -
HSV(B) 332.33º 0.96% 0.89% -
XYZ 34.53 17.61 16.05 -
YUV 85 141.55 229.29 -
System Red Green Blue C M Y K H S L
Decimal 227 8 109 0 0.96 0.52 0.11 332.33 0.93 0.46
Hex E3 8 6D 0 60 34 B 14C 5D 2E
Octal 343 10 155 0 140 64 13 514 135 56
Binary 11100011 1000 1101101 0 1100000 110100 1011 101001100 1011101 101110

Color Harmonies of #E3086D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3086D

Black with #E3086D

Text Example


Text Example

White with #E3086D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3086D; }

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

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

background-color css

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

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

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

border-color css

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

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

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