Html Css Color HEX #E3116A Ruby

📋 copy color: '#E3116A'

red 227 ◦ green 17 ◦ blue 106

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

Shades of Ruby #E3116A

Tints of Ruby #E3116A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.86%

 BLUE value IS 106 (41.8% from 255) = 30.29%

R = 64.86%
G = 4.86%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.53

 K value IS 0.11

RGB Variations

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

Color information

#E3116A (or 0xE3116A) is known color: Ruby. HEX triplet: E3, 11 and 6A. RGB value is (227,17,106). Sum of RGB (Red+Green+Blue) = 227+17+106=350 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.86% from 350); Green value is 17 (7.03% from 255 or 4.86% from 350); Blue value is 106 (41.80% from 255 or 30.29% from 350); Max value from RGB is 227 - color contains mainly: red. Hex color #E3116A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3116A is #1CEE95. Grayscale: #595959. Windows color (decimal): -1896086 or 6951395. OLE color: 6951395.

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

Color convert

RGB 227 17 106 -
CMYK 0 0.93 0.53 0.11
HSL 334.57º 0.86% 0.48% -
HSV(B) 334.57º 0.93% 0.89% -
XYZ 34.48 17.77 15.25 -
YUV 89.94 137.07 225.76 -
System Red Green Blue C M Y K H S L
Decimal 227 17 106 0 0.93 0.53 0.11 334.57 0.86 0.48
Hex E3 11 6A 0 5D 35 B 14F 56 30
Octal 343 21 152 0 135 65 13 517 126 60
Binary 11100011 10001 1101010 0 1011101 110101 1011 101001111 1010110 110000

Color Harmonies of #E3116A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3116A

Black with #E3116A

Text Example


Text Example

White with #E3116A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3116A; }

 p { color: rgb(227,17,106); }

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

background-color css

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

 a { background-color: rgb(227,17,106); }

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

border-color css

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

 span { border-color: rgb(227,17,106); }

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