Html Css Color HEX #E1166D Ruby

📋 copy color: '#E1166D'

red 225 ◦ green 22 ◦ blue 109

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

Shades of Ruby #E1166D

Tints of Ruby #E1166D

RGB

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

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

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

R = 63.2%
G = 6.18%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E1166D (or 0xE1166D) is known color: Ruby. HEX triplet: E1, 16 and 6D. RGB value is (225,22,109). Sum of RGB (Red+Green+Blue) = 225+22+109=356 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.20% from 356); Green value is 22 (8.98% from 255 or 6.18% from 356); Blue value is 109 (42.97% from 255 or 30.62% from 356); Max value from RGB is 225 - color contains mainly: red. Hex color #E1166D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1166D is #1EE992. Grayscale: #5C5C5C. Windows color (decimal): -2025875 or 7149281. OLE color: 7149281.

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

Color convert

RGB 225 22 109 -
CMYK 0 0.90 0.52 0.12
HSL 334.29º 0.82% 0.48% -
HSV(B) 334.29º 0.9% 0.88% -
XYZ 34.1 17.69 16.08 -
YUV 92.62 137.25 222.43 -
System Red Green Blue C M Y K H S L
Decimal 225 22 109 0 0.90 0.52 0.12 334.29 0.82 0.48
Hex E1 16 6D 0 5A 34 C 14E 52 30
Octal 341 26 155 0 132 64 14 516 122 60
Binary 11100001 10110 1101101 0 1011010 110100 1100 101001110 1010010 110000

Color Harmonies of #E1166D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1166D

Black with #E1166D

Text Example


Text Example

White with #E1166D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1166D; }

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

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

background-color css

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

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

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

border-color css

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

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

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