Html Css Color HEX #E11576 Ruby

📋 copy color: '#E11576'

red 225 ◦ green 21 ◦ blue 118

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

Shades of Ruby #E11576

Tints of Ruby #E11576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 32.42%

R = 61.81%
G = 5.77%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E11576 (or 0xE11576) is known color: Ruby. HEX triplet: E1, 15 and 76. RGB value is (225,21,118). Sum of RGB (Red+Green+Blue) = 225+21+118=364 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.81% from 364); Green value is 21 (8.59% from 255 or 5.77% from 364); Blue value is 118 (46.48% from 255 or 32.42% from 364); Max value from RGB is 225 - color contains mainly: red. Hex color #E11576 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11576 is #1EEA89. Grayscale: #5C5C5C. Windows color (decimal): -2026122 or 7738849. OLE color: 7738849.

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

Color convert

RGB 225 21 118 -
CMYK 0 0.91 0.48 0.12
HSL 331.47º 0.83% 0.48% -
HSV(B) 331.47º 0.91% 0.88% -
XYZ 34.59 17.85 18.76 -
YUV 93.05 142.09 222.11 -
System Red Green Blue C M Y K H S L
Decimal 225 21 118 0 0.91 0.48 0.12 331.47 0.83 0.48
Hex E1 15 76 0 5B 30 C 14B 53 30
Octal 341 25 166 0 133 60 14 513 123 60
Binary 11100001 10101 1110110 0 1011011 110000 1100 101001011 1010011 110000

Color Harmonies of #E11576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11576

Black with #E11576

Text Example


Text Example

White with #E11576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11576; }

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

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

background-color css

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

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

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

border-color css

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

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

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