Html Css Color HEX #E1166A Ruby

📋 copy color: '#E1166A'

red 225 ◦ green 22 ◦ blue 106

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

Shades of Ruby #E1166A

Tints of Ruby #E1166A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.23%

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

R = 63.74%
G = 6.23%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E1166A (or 0xE1166A) is known color: Ruby. HEX triplet: E1, 16 and 6A. RGB value is (225,22,106). Sum of RGB (Red+Green+Blue) = 225+22+106=353 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.74% from 353); Green value is 22 (8.98% from 255 or 6.23% from 353); Blue value is 106 (41.80% from 255 or 30.03% from 353); Max value from RGB is 225 - color contains mainly: red. Hex color #E1166A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1166A is #1EE995. Grayscale: #5C5C5C. Windows color (decimal): -2025878 or 6952673. OLE color: 6952673.

HSL color Cylindrical-coordinate representation of color #E1166A: hue angle of 335.17º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E1166A is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 22 106 -
CMYK 0 0.90 0.53 0.12
HSL 335.17º 0.82% 0.48% -
HSV(B) 335.17º 0.9% 0.88% -
XYZ 33.94 17.62 15.25 -
YUV 92.27 135.75 222.67 -
System Red Green Blue C M Y K H S L
Decimal 225 22 106 0 0.90 0.53 0.12 335.17 0.82 0.48
Hex E1 16 6A 0 5A 35 C 14F 52 30
Octal 341 26 152 0 132 65 14 517 122 60
Binary 11100001 10110 1101010 0 1011010 110101 1100 101001111 1010010 110000

Color Harmonies of #E1166A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1166A

Black with #E1166A

Text Example


Text Example

White with #E1166A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1166A; }

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

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

background-color css

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

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

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

border-color css

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

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

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