Html Css Color HEX #E11175 Ruby

📋 copy color: '#E11175'

red 225 ◦ green 17 ◦ blue 117

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

Shades of Ruby #E11175

Tints of Ruby #E11175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 32.59%

R = 62.67%
G = 4.74%
B = 32.59%

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

#E11175 (or 0xE11175) is known color: Ruby. HEX triplet: E1, 11 and 75. RGB value is (225,17,117). Sum of RGB (Red+Green+Blue) = 225+17+117=359 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.67% from 359); Green value is 17 (7.03% from 255 or 4.74% from 359); Blue value is 117 (46.09% from 255 or 32.59% from 359); Max value from RGB is 225 - color contains mainly: red. Hex color #E11175 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11175 is #1EEE8A. Grayscale: #5A5A5A. Windows color (decimal): -2027147 or 7672289. OLE color: 7672289.

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

Color convert

RGB 225 17 117 -
CMYK 0 0.92 0.48 0.12
HSL 331.15º 0.86% 0.47% -
HSV(B) 331.15º 0.92% 0.88% -
XYZ 34.46 17.69 18.43 -
YUV 90.59 142.91 223.87 -
System Red Green Blue C M Y K H S L
Decimal 225 17 117 0 0.92 0.48 0.12 331.15 0.86 0.47
Hex E1 11 75 0 5C 30 C 14B 56 2F
Octal 341 21 165 0 134 60 14 513 126 57
Binary 11100001 10001 1110101 0 1011100 110000 1100 101001011 1010110 101111

Color Harmonies of #E11175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11175

Black with #E11175

Text Example


Text Example

White with #E11175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11175; }

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

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

background-color css

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

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

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

border-color css

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

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

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