Html Css Color HEX #E11976 Ruby

📋 copy color: '#E11976'

red 225 ◦ green 25 ◦ blue 118

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

Shades of Ruby #E11976

Tints of Ruby #E11976

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.79%

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

R = 61.14%
G = 6.79%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E11976 (or 0xE11976) is known color: Ruby. HEX triplet: E1, 19 and 76. RGB value is (225,25,118). Sum of RGB (Red+Green+Blue) = 225+25+118=368 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.14% from 368); Green value is 25 (10.16% from 255 or 6.79% from 368); Blue value is 118 (46.48% from 255 or 32.07% from 368); Max value from RGB is 225 - color contains mainly: red. Hex color #E11976 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11976 is #1EE689. Grayscale: #5F5F5F. Windows color (decimal): -2025098 or 7739873. OLE color: 7739873.

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

Color convert

RGB 225 25 118 -
CMYK 0 0.89 0.48 0.12
HSL 332.1º 0.8% 0.49% -
HSV(B) 332.1º 0.89% 0.88% -
XYZ 34.67 18.01 18.79 -
YUV 95.4 140.76 220.44 -
System Red Green Blue C M Y K H S L
Decimal 225 25 118 0 0.89 0.48 0.12 332.1 0.8 0.49
Hex E1 19 76 0 59 30 C 14C 50 31
Octal 341 31 166 0 131 60 14 514 120 61
Binary 11100001 11001 1110110 0 1011001 110000 1100 101001100 1010000 110001

Color Harmonies of #E11976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11976

Black with #E11976

Text Example


Text Example

White with #E11976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11976; }

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

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

background-color css

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

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

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

border-color css

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

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

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