Html Css Color HEX #E11554 Ruby

📋 copy color: '#E11554'

red 225 ◦ green 21 ◦ blue 84

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

Shades of Ruby #E11554

Tints of Ruby #E11554

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.36%

 BLUE value IS 84 (33.2% from 255) = 25.45%

R = 68.18%
G = 6.36%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#E11554 (or 0xE11554) is known color: Ruby. HEX triplet: E1, 15 and 54. RGB value is (225,21,84). Sum of RGB (Red+Green+Blue) = 225+21+84=330 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.18% from 330); Green value is 21 (8.59% from 255 or 6.36% from 330); Blue value is 84 (33.20% from 255 or 25.45% from 330); Max value from RGB is 225 - color contains mainly: red. Hex color #E11554 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11554 is #1EEAAB. Grayscale: #595959. Windows color (decimal): -2026156 or 5510625. OLE color: 5510625.

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

Color convert

RGB 225 21 84 -
CMYK 0 0.91 0.63 0.12
HSL 341.47º 0.83% 0.48% -
HSV(B) 341.47º 0.91% 0.88% -
XYZ 32.92 17.18 9.97 -
YUV 89.18 125.09 224.88 -
System Red Green Blue C M Y K H S L
Decimal 225 21 84 0 0.91 0.63 0.12 341.47 0.83 0.48
Hex E1 15 54 0 5B 3F C 155 53 30
Octal 341 25 124 0 133 77 14 525 123 60
Binary 11100001 10101 1010100 0 1011011 111111 1100 101010101 1010011 110000

Color Harmonies of #E11554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11554

Black with #E11554

Text Example


Text Example

White with #E11554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11554; }

 p { color: rgb(225,21,84); }

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

background-color css

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

 a { background-color: rgb(225,21,84); }

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

border-color css

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

 span { border-color: rgb(225,21,84); }

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