Html Css Color HEX #E11279 Ruby

📋 copy color: '#E11279'

red 225 ◦ green 18 ◦ blue 121

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

Shades of Ruby #E11279

Tints of Ruby #E11279

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.95%

 BLUE value IS 121 (47.66% from 255) = 33.24%

R = 61.81%
G = 4.95%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E11279 (or 0xE11279) is known color: Ruby. HEX triplet: E1, 12 and 79. RGB value is (225,18,121). Sum of RGB (Red+Green+Blue) = 225+18+121=364 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.81% from 364); Green value is 18 (7.42% from 255 or 4.95% from 364); Blue value is 121 (47.66% from 255 or 33.24% from 364); Max value from RGB is 225 - color contains mainly: red. Hex color #E11279 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11279 is #1EED86. Grayscale: #5B5B5B. Windows color (decimal): -2026887 or 7934689. OLE color: 7934689.

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

Color convert

RGB 225 18 121 -
CMYK 0 0.92 0.46 0.12
HSL 330.14º 0.85% 0.48% -
HSV(B) 330.14º 0.92% 0.88% -
XYZ 34.72 17.82 19.7 -
YUV 91.64 144.58 223.12 -
System Red Green Blue C M Y K H S L
Decimal 225 18 121 0 0.92 0.46 0.12 330.14 0.85 0.48
Hex E1 12 79 0 5C 2E C 14A 55 30
Octal 341 22 171 0 134 56 14 512 125 60
Binary 11100001 10010 1111001 0 1011100 101110 1100 101001010 1010101 110000

Color Harmonies of #E11279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11279

Black with #E11279

Text Example


Text Example

White with #E11279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11279; }

 p { color: rgb(225,18,121); }

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

background-color css

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

 a { background-color: rgb(225,18,121); }

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

border-color css

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

 span { border-color: rgb(225,18,121); }

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