Html Css Color HEX #E1106C Ruby

📋 copy color: '#E1106C'

red 225 ◦ green 16 ◦ blue 108

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

Shades of Ruby #E1106C

Tints of Ruby #E1106C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.58%

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

R = 64.47%
G = 4.58%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E1106C (or 0xE1106C) is known color: Ruby. HEX triplet: E1, 10 and 6C. RGB value is (225,16,108). Sum of RGB (Red+Green+Blue) = 225+16+108=349 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.47% from 349); Green value is 16 (6.64% from 255 or 4.58% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 225 - color contains mainly: red. Hex color #E1106C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1106C is #1EEF93. Grayscale: #585858. Windows color (decimal): -2027412 or 7082209. OLE color: 7082209.

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

Color convert

RGB 225 16 108 -
CMYK 0 0.93 0.52 0.12
HSL 333.59º 0.87% 0.47% -
HSV(B) 333.59º 0.93% 0.88% -
XYZ 33.94 17.46 15.77 -
YUV 88.98 138.74 225.02 -
System Red Green Blue C M Y K H S L
Decimal 225 16 108 0 0.93 0.52 0.12 333.59 0.87 0.47
Hex E1 10 6C 0 5D 34 C 14E 57 2F
Octal 341 20 154 0 135 64 14 516 127 57
Binary 11100001 10000 1101100 0 1011101 110100 1100 101001110 1010111 101111

Color Harmonies of #E1106C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1106C

Black with #E1106C

Text Example


Text Example

White with #E1106C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1106C; }

 p { color: rgb(225,16,108); }

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

background-color css

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

 a { background-color: rgb(225,16,108); }

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

border-color css

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

 span { border-color: rgb(225,16,108); }

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