Html Css Color HEX #E11573 Ruby

📋 copy color: '#E11573'

red 225 ◦ green 21 ◦ blue 115

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

Shades of Ruby #E11573

Tints of Ruby #E11573

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.82%

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

R = 62.33%
G = 5.82%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E11573 (or 0xE11573) is known color: Ruby. HEX triplet: E1, 15 and 73. RGB value is (225,21,115). Sum of RGB (Red+Green+Blue) = 225+21+115=361 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.33% from 361); Green value is 21 (8.59% from 255 or 5.82% from 361); Blue value is 115 (45.31% from 255 or 31.86% from 361); Max value from RGB is 225 - color contains mainly: red. Hex color #E11573 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11573 is #1EEA8C. Grayscale: #5C5C5C. Windows color (decimal): -2026125 or 7542241. OLE color: 7542241.

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

Color convert

RGB 225 21 115 -
CMYK 0 0.91 0.49 0.12
HSL 332.35º 0.83% 0.48% -
HSV(B) 332.35º 0.91% 0.88% -
XYZ 34.41 17.78 17.84 -
YUV 92.71 140.59 222.36 -
System Red Green Blue C M Y K H S L
Decimal 225 21 115 0 0.91 0.49 0.12 332.35 0.83 0.48
Hex E1 15 73 0 5B 31 C 14C 53 30
Octal 341 25 163 0 133 61 14 514 123 60
Binary 11100001 10101 1110011 0 1011011 110001 1100 101001100 1010011 110000

Color Harmonies of #E11573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11573

Black with #E11573

Text Example


Text Example

White with #E11573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11573; }

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

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

background-color css

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

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

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

border-color css

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

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

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