Html Css Color HEX #E1116A Ruby

📋 copy color: '#E1116A'

red 225 ◦ green 17 ◦ blue 106

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

Shades of Ruby #E1116A

Tints of Ruby #E1116A

RGB

 RED value IS 225 (88.28% from 255) = 64.66%

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

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

R = 64.66%
G = 4.89%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E1116A (or 0xE1116A) is known color: Ruby. HEX triplet: E1, 11 and 6A. RGB value is (225,17,106). Sum of RGB (Red+Green+Blue) = 225+17+106=348 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.66% from 348); Green value is 17 (7.03% from 255 or 4.89% from 348); Blue value is 106 (41.80% from 255 or 30.46% from 348); Max value from RGB is 225 - color contains mainly: red. Hex color #E1116A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1116A is #1EEE95. Grayscale: #595959. Windows color (decimal): -2027158 or 6951393. OLE color: 6951393.

HSL color Cylindrical-coordinate representation of color #E1116A: hue angle of 334.33º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E1116A is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 17 106 -
CMYK 0 0.92 0.53 0.12
HSL 334.33º 0.86% 0.47% -
HSV(B) 334.33º 0.92% 0.88% -
XYZ 33.85 17.45 15.22 -
YUV 89.34 137.41 224.76 -
System Red Green Blue C M Y K H S L
Decimal 225 17 106 0 0.92 0.53 0.12 334.33 0.86 0.47
Hex E1 11 6A 0 5C 35 C 14E 56 2F
Octal 341 21 152 0 134 65 14 516 126 57
Binary 11100001 10001 1101010 0 1011100 110101 1100 101001110 1010110 101111

Color Harmonies of #E1116A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1116A

Black with #E1116A

Text Example


Text Example

White with #E1116A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1116A; }

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

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

background-color css

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

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

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

border-color css

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

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

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