Html Css Color HEX #E11E76 Ruby

📋 copy color: '#E11E76'

red 225 ◦ green 30 ◦ blue 118

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

Shades of Ruby #E11E76

Tints of Ruby #E11E76

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.04%

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

R = 60.32%
G = 8.04%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E11E76 (or 0xE11E76) is known color: Ruby. HEX triplet: E1, 1E and 76. RGB value is (225,30,118). Sum of RGB (Red+Green+Blue) = 225+30+118=373 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.32% from 373); Green value is 30 (12.11% from 255 or 8.04% from 373); Blue value is 118 (46.48% from 255 or 31.64% from 373); Max value from RGB is 225 - color contains mainly: red. Hex color #E11E76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E11E76 is #1EE189. Grayscale: #626262. Windows color (decimal): -2023818 or 7741153. OLE color: 7741153.

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

Color convert

RGB 225 30 118 -
CMYK 0 0.87 0.48 0.12
HSL 332.92º 0.76% 0.5% -
HSV(B) 332.92º 0.87% 0.88% -
XYZ 34.79 18.24 18.83 -
YUV 98.34 139.1 218.34 -
System Red Green Blue C M Y K H S L
Decimal 225 30 118 0 0.87 0.48 0.12 332.92 0.76 0.5
Hex E1 1E 76 0 57 30 C 14D 4C 32
Octal 341 36 166 0 127 60 14 515 114 62
Binary 11100001 11110 1110110 0 1010111 110000 1100 101001101 1001100 110010

Color Harmonies of #E11E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11E76

Black with #E11E76

Text Example


Text Example

White with #E11E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11E76; }

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

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

background-color css

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

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

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

border-color css

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

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

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