Html Css Color HEX #E11773 Ruby

📋 copy color: '#E11773'

red 225 ◦ green 23 ◦ blue 115

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

Shades of Ruby #E11773

Tints of Ruby #E11773

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.34%

 BLUE value IS 115 (45.31% from 255) = 31.68%

R = 61.98%
G = 6.34%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E11773 (or 0xE11773) is known color: Ruby. HEX triplet: E1, 17 and 73. RGB value is (225,23,115). Sum of RGB (Red+Green+Blue) = 225+23+115=363 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.98% from 363); Green value is 23 (9.38% from 255 or 6.34% from 363); Blue value is 115 (45.31% from 255 or 31.68% from 363); Max value from RGB is 225 - color contains mainly: red. Hex color #E11773 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11773 is #1EE88C. Grayscale: #5D5D5D. Windows color (decimal): -2025613 or 7542753. OLE color: 7542753.

HSL color Cylindrical-coordinate representation of color #E11773: hue angle of 332.67º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E11773 is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 23 115 -
CMYK 0 0.90 0.49 0.12
HSL 332.67º 0.81% 0.49% -
HSV(B) 332.67º 0.9% 0.88% -
XYZ 34.45 17.86 17.85 -
YUV 93.89 139.92 221.52 -
System Red Green Blue C M Y K H S L
Decimal 225 23 115 0 0.90 0.49 0.12 332.67 0.81 0.49
Hex E1 17 73 0 5A 31 C 14D 51 31
Octal 341 27 163 0 132 61 14 515 121 61
Binary 11100001 10111 1110011 0 1011010 110001 1100 101001101 1010001 110001

Color Harmonies of #E11773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11773

Black with #E11773

Text Example


Text Example

White with #E11773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11773; }

 p { color: rgb(225,23,115); }

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

background-color css

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

 a { background-color: rgb(225,23,115); }

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

border-color css

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

 span { border-color: rgb(225,23,115); }

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