Html Css Color HEX #E11377 Ruby

📋 copy color: '#E11377'

red 225 ◦ green 19 ◦ blue 119

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

Shades of Ruby #E11377

Tints of Ruby #E11377

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.23%

 BLUE value IS 119 (46.88% from 255) = 32.78%

R = 61.98%
G = 5.23%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#E11377 (or 0xE11377) is known color: Ruby. HEX triplet: E1, 13 and 77. RGB value is (225,19,119). Sum of RGB (Red+Green+Blue) = 225+19+119=363 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.98% from 363); Green value is 19 (7.81% from 255 or 5.23% from 363); Blue value is 119 (46.88% from 255 or 32.78% from 363); Max value from RGB is 225 - color contains mainly: red. Hex color #E11377 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11377 is #1EEC88. Grayscale: #5B5B5B. Windows color (decimal): -2026633 or 7803873. OLE color: 7803873.

HSL color Cylindrical-coordinate representation of color #E11377: hue angle of 330.87º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E11377 is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 19 119 -
CMYK 0 0.92 0.47 0.12
HSL 330.87º 0.84% 0.48% -
HSV(B) 330.87º 0.92% 0.88% -
XYZ 34.61 17.81 19.07 -
YUV 91.99 143.25 222.87 -
System Red Green Blue C M Y K H S L
Decimal 225 19 119 0 0.92 0.47 0.12 330.87 0.84 0.48
Hex E1 13 77 0 5C 2F C 14B 54 30
Octal 341 23 167 0 134 57 14 513 124 60
Binary 11100001 10011 1110111 0 1011100 101111 1100 101001011 1010100 110000

Color Harmonies of #E11377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11377

Black with #E11377

Text Example


Text Example

White with #E11377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11377; }

 p { color: rgb(225,19,119); }

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

background-color css

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

 a { background-color: rgb(225,19,119); }

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

border-color css

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

 span { border-color: rgb(225,19,119); }

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