Html Css Color HEX #E11160 Ruby

📋 copy color: '#E11160'

red 225 ◦ green 17 ◦ blue 96

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

Shades of Ruby #E11160

Tints of Ruby #E11160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 28.4%

R = 66.57%
G = 5.03%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#E11160 (or 0xE11160) is known color: Ruby. HEX triplet: E1, 11 and 60. RGB value is (225,17,96). Sum of RGB (Red+Green+Blue) = 225+17+96=338 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.57% from 338); Green value is 17 (7.03% from 255 or 5.03% from 338); Blue value is 96 (37.89% from 255 or 28.40% from 338); Max value from RGB is 225 - color contains mainly: red. Hex color #E11160 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11160 is #1EEE9F. Grayscale: #585858. Windows color (decimal): -2027168 or 6296033. OLE color: 6296033.

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

Color convert

RGB 225 17 96 -
CMYK 0 0.92 0.57 0.12
HSL 337.21º 0.86% 0.47% -
HSV(B) 337.21º 0.92% 0.88% -
XYZ 33.36 17.25 12.64 -
YUV 88.2 132.41 225.58 -
System Red Green Blue C M Y K H S L
Decimal 225 17 96 0 0.92 0.57 0.12 337.21 0.86 0.47
Hex E1 11 60 0 5C 39 C 151 56 2F
Octal 341 21 140 0 134 71 14 521 126 57
Binary 11100001 10001 1100000 0 1011100 111001 1100 101010001 1010110 101111

Color Harmonies of #E11160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11160

Black with #E11160

Text Example


Text Example

White with #E11160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11160; }

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

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

background-color css

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

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

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

border-color css

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

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

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