Html Css Color HEX #E1106D Ruby

📋 copy color: '#E1106D'

red 225 ◦ green 16 ◦ blue 109

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

Shades of Ruby #E1106D

Tints of Ruby #E1106D

RGB

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

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

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

R = 64.29%
G = 4.57%
B = 31.14%

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

#E1106D (or 0xE1106D) is known color: Ruby. HEX triplet: E1, 10 and 6D. RGB value is (225,16,109). Sum of RGB (Red+Green+Blue) = 225+16+109=350 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.29% from 350); Green value is 16 (6.64% from 255 or 4.57% from 350); Blue value is 109 (42.97% from 255 or 31.14% from 350); Max value from RGB is 225 - color contains mainly: red. Hex color #E1106D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1106D is #1EEF92. Grayscale: #585858. Windows color (decimal): -2027411 or 7147745. OLE color: 7147745.

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

Color convert

RGB 225 16 109 -
CMYK 0 0.93 0.52 0.12
HSL 333.3º 0.87% 0.47% -
HSV(B) 333.3º 0.93% 0.88% -
XYZ 34 17.48 16.05 -
YUV 89.09 139.24 224.94 -
System Red Green Blue C M Y K H S L
Decimal 225 16 109 0 0.93 0.52 0.12 333.3 0.87 0.47
Hex E1 10 6D 0 5D 34 C 14D 57 2F
Octal 341 20 155 0 135 64 14 515 127 57
Binary 11100001 10000 1101101 0 1011101 110100 1100 101001101 1010111 101111

Color Harmonies of #E1106D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1106D

Black with #E1106D

Text Example


Text Example

White with #E1106D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1106D; }

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

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

background-color css

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

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

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

border-color css

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

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

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