Html Css Color HEX #E3086C Ruby

📋 copy color: '#E3086C'

red 227 ◦ green 8 ◦ blue 108

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

Shades of Ruby #E3086C

Tints of Ruby #E3086C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.49%

R = 66.18%
G = 2.33%
B = 31.49%

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

#E3086C (or 0xE3086C) is known color: Ruby. HEX triplet: E3, 08 and 6C. RGB value is (227,8,108). Sum of RGB (Red+Green+Blue) = 227+8+108=343 (45% of max value = 765). Red value is 227 (89.06% from 255 or 66.18% from 343); Green value is 8 (3.52% from 255 or 2.33% from 343); Blue value is 108 (42.58% from 255 or 31.49% from 343); Max value from RGB is 227 - color contains mainly: red. Hex color #E3086C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3086C is #1CF793. Grayscale: #545454. Windows color (decimal): -1898388 or 7080163. OLE color: 7080163.

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

Color convert

RGB 227 8 108 -
CMYK 0 0.96 0.52 0.11
HSL 332.6º 0.93% 0.46% -
HSV(B) 332.6º 0.96% 0.89% -
XYZ 34.47 17.59 15.77 -
YUV 84.88 141.05 229.37 -
System Red Green Blue C M Y K H S L
Decimal 227 8 108 0 0.96 0.52 0.11 332.6 0.93 0.46
Hex E3 8 6C 0 60 34 B 14D 5D 2E
Octal 343 10 154 0 140 64 13 515 135 56
Binary 11100011 1000 1101100 0 1100000 110100 1011 101001101 1011101 101110

Color Harmonies of #E3086C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3086C

Black with #E3086C

Text Example


Text Example

White with #E3086C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3086C; }

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

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

background-color css

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

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

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

border-color css

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

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

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