Html Css Color HEX #E11373 Ruby

📋 copy color: '#E11373'

red 225 ◦ green 19 ◦ blue 115

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

Shades of Ruby #E11373

Tints of Ruby #E11373

RGB

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

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

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

R = 62.67%
G = 5.29%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E11373 (or 0xE11373) is known color: Ruby. HEX triplet: E1, 13 and 73. RGB value is (225,19,115). Sum of RGB (Red+Green+Blue) = 225+19+115=359 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.67% from 359); Green value is 19 (7.81% from 255 or 5.29% from 359); Blue value is 115 (45.31% from 255 or 32.03% from 359); Max value from RGB is 225 - color contains mainly: red. Hex color #E11373 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11373 is #1EEC8C. Grayscale: #5B5B5B. Windows color (decimal): -2026637 or 7541729. OLE color: 7541729.

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

Color convert

RGB 225 19 115 -
CMYK 0 0.92 0.49 0.12
HSL 332.04º 0.84% 0.48% -
HSV(B) 332.04º 0.92% 0.88% -
XYZ 34.38 17.71 17.83 -
YUV 91.54 141.25 223.19 -
System Red Green Blue C M Y K H S L
Decimal 225 19 115 0 0.92 0.49 0.12 332.04 0.84 0.48
Hex E1 13 73 0 5C 31 C 14C 54 30
Octal 341 23 163 0 134 61 14 514 124 60
Binary 11100001 10011 1110011 0 1011100 110001 1100 101001100 1010100 110000

Color Harmonies of #E11373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11373

Black with #E11373

Text Example


Text Example

White with #E11373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11373; }

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

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

background-color css

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

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

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

border-color css

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

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

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