Html Css Color HEX #E11166 Ruby

📋 copy color: '#E11166'

red 225 ◦ green 17 ◦ blue 102

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

Shades of Ruby #E11166

Tints of Ruby #E11166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 29.65%

R = 65.41%
G = 4.94%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E11166 (or 0xE11166) is known color: Ruby. HEX triplet: E1, 11 and 66. RGB value is (225,17,102). Sum of RGB (Red+Green+Blue) = 225+17+102=344 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.41% from 344); Green value is 17 (7.03% from 255 or 4.94% from 344); Blue value is 102 (40.23% from 255 or 29.65% from 344); Max value from RGB is 225 - color contains mainly: red. Hex color #E11166 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11166 is #1EEE99. Grayscale: #585858. Windows color (decimal): -2027162 or 6689249. OLE color: 6689249.

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

Color convert

RGB 225 17 102 -
CMYK 0 0.92 0.55 0.12
HSL 335.48º 0.86% 0.47% -
HSV(B) 335.48º 0.92% 0.88% -
XYZ 33.65 17.37 14.15 -
YUV 88.88 135.41 225.09 -
System Red Green Blue C M Y K H S L
Decimal 225 17 102 0 0.92 0.55 0.12 335.48 0.86 0.47
Hex E1 11 66 0 5C 37 C 14F 56 2F
Octal 341 21 146 0 134 67 14 517 126 57
Binary 11100001 10001 1100110 0 1011100 110111 1100 101001111 1010110 101111

Color Harmonies of #E11166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11166

Black with #E11166

Text Example


Text Example

White with #E11166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11166; }

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

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

background-color css

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

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

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

border-color css

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

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

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