Html Css Color HEX #E11174 Ruby

📋 copy color: '#E11174'

red 225 ◦ green 17 ◦ blue 116

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

Shades of Ruby #E11174

Tints of Ruby #E11174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 32.4%

R = 62.85%
G = 4.75%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E11174 (or 0xE11174) is known color: Ruby. HEX triplet: E1, 11 and 74. RGB value is (225,17,116). Sum of RGB (Red+Green+Blue) = 225+17+116=358 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.85% from 358); Green value is 17 (7.03% from 255 or 4.75% from 358); Blue value is 116 (45.70% from 255 or 32.40% from 358); Max value from RGB is 225 - color contains mainly: red. Hex color #E11174 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11174 is #1EEE8B. Grayscale: #5A5A5A. Windows color (decimal): -2027148 or 7606753. OLE color: 7606753.

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

Color convert

RGB 225 17 116 -
CMYK 0 0.92 0.48 0.12
HSL 331.44º 0.86% 0.47% -
HSV(B) 331.44º 0.92% 0.88% -
XYZ 34.4 17.67 18.12 -
YUV 90.48 142.41 223.95 -
System Red Green Blue C M Y K H S L
Decimal 225 17 116 0 0.92 0.48 0.12 331.44 0.86 0.47
Hex E1 11 74 0 5C 30 C 14B 56 2F
Octal 341 21 164 0 134 60 14 513 126 57
Binary 11100001 10001 1110100 0 1011100 110000 1100 101001011 1010110 101111

Color Harmonies of #E11174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11174

Black with #E11174

Text Example


Text Example

White with #E11174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11174; }

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

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

background-color css

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

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

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

border-color css

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

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

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