Html Css Color HEX #E1155E Ruby

📋 copy color: '#E1155E'

red 225 ◦ green 21 ◦ blue 94

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

Shades of Ruby #E1155E

Tints of Ruby #E1155E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.65%

R = 66.18%
G = 6.18%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E1155E (or 0xE1155E) is known color: Ruby. HEX triplet: E1, 15 and 5E. RGB value is (225,21,94). Sum of RGB (Red+Green+Blue) = 225+21+94=340 (45% of max value = 765). Red value is 225 (88.28% from 255 or 66.18% from 340); Green value is 21 (8.59% from 255 or 6.18% from 340); Blue value is 94 (37.11% from 255 or 27.65% from 340); Max value from RGB is 225 - color contains mainly: red. Hex color #E1155E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1155E is #1EEAA1. Grayscale: #5A5A5A. Windows color (decimal): -2026146 or 6165985. OLE color: 6165985.

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

Color convert

RGB 225 21 94 -
CMYK 0 0.91 0.58 0.12
HSL 338.53º 0.83% 0.48% -
HSV(B) 338.53º 0.91% 0.88% -
XYZ 33.34 17.35 12.18 -
YUV 90.32 130.09 224.06 -
System Red Green Blue C M Y K H S L
Decimal 225 21 94 0 0.91 0.58 0.12 338.53 0.83 0.48
Hex E1 15 5E 0 5B 3A C 153 53 30
Octal 341 25 136 0 133 72 14 523 123 60
Binary 11100001 10101 1011110 0 1011011 111010 1100 101010011 1010011 110000

Color Harmonies of #E1155E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1155E

Black with #E1155E

Text Example


Text Example

White with #E1155E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1155E; }

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

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

background-color css

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

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

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

border-color css

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

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

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