Html Css Color HEX #E11459 Ruby

📋 copy color: '#E11459'

red 225 ◦ green 20 ◦ blue 89

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

Shades of Ruby #E11459

Tints of Ruby #E11459

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.99%

 BLUE value IS 89 (35.16% from 255) = 26.65%

R = 67.37%
G = 5.99%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#E11459 (or 0xE11459) is known color: Ruby. HEX triplet: E1, 14 and 59. RGB value is (225,20,89). Sum of RGB (Red+Green+Blue) = 225+20+89=334 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.37% from 334); Green value is 20 (8.20% from 255 or 5.99% from 334); Blue value is 89 (35.16% from 255 or 26.65% from 334); Max value from RGB is 225 - color contains mainly: red. Hex color #E11459 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11459 is #1EEBA6. Grayscale: #595959. Windows color (decimal): -2026407 or 5838049. OLE color: 5838049.

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

Color convert

RGB 225 20 89 -
CMYK 0 0.91 0.60 0.12
HSL 339.8º 0.84% 0.48% -
HSV(B) 339.8º 0.91% 0.88% -
XYZ 33.1 17.23 11.03 -
YUV 89.16 127.92 224.89 -
System Red Green Blue C M Y K H S L
Decimal 225 20 89 0 0.91 0.60 0.12 339.8 0.84 0.48
Hex E1 14 59 0 5B 3C C 154 54 30
Octal 341 24 131 0 133 74 14 524 124 60
Binary 11100001 10100 1011001 0 1011011 111100 1100 101010100 1010100 110000

Color Harmonies of #E11459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11459

Black with #E11459

Text Example


Text Example

White with #E11459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11459; }

 p { color: rgb(225,20,89); }

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

background-color css

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

 a { background-color: rgb(225,20,89); }

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

border-color css

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

 span { border-color: rgb(225,20,89); }

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