Html Css Color HEX #E11679 Ruby

📋 copy color: '#E11679'

red 225 ◦ green 22 ◦ blue 121

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

Shades of Ruby #E11679

Tints of Ruby #E11679

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.98%

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

R = 61.14%
G = 5.98%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E11679 (or 0xE11679) is known color: Ruby. HEX triplet: E1, 16 and 79. RGB value is (225,22,121). Sum of RGB (Red+Green+Blue) = 225+22+121=368 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.14% from 368); Green value is 22 (8.98% from 255 or 5.98% from 368); Blue value is 121 (47.66% from 255 or 32.88% from 368); Max value from RGB is 225 - color contains mainly: red. Hex color #E11679 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11679 is #1EE986. Grayscale: #5D5D5D. Windows color (decimal): -2025863 or 7935713. OLE color: 7935713.

HSL color Cylindrical-coordinate representation of color #E11679: hue angle of 330.74º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E11679 is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 22 121 -
CMYK 0 0.90 0.46 0.12
HSL 330.74º 0.82% 0.48% -
HSV(B) 330.74º 0.9% 0.88% -
XYZ 34.79 17.96 19.72 -
YUV 93.98 143.25 221.45 -
System Red Green Blue C M Y K H S L
Decimal 225 22 121 0 0.90 0.46 0.12 330.74 0.82 0.48
Hex E1 16 79 0 5A 2E C 14B 52 30
Octal 341 26 171 0 132 56 14 513 122 60
Binary 11100001 10110 1111001 0 1011010 101110 1100 101001011 1010010 110000

Color Harmonies of #E11679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11679

Black with #E11679

Text Example


Text Example

White with #E11679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11679; }

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

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

background-color css

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

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

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

border-color css

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

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

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