Html Css Color HEX #E1155D Ruby

📋 copy color: '#E1155D'

red 225 ◦ green 21 ◦ blue 93

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

Shades of Ruby #E1155D

Tints of Ruby #E1155D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.43%

R = 66.37%
G = 6.19%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E1155D (or 0xE1155D) is known color: Ruby. HEX triplet: E1, 15 and 5D. RGB value is (225,21,93). Sum of RGB (Red+Green+Blue) = 225+21+93=339 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.37% from 339); Green value is 21 (8.59% from 255 or 6.19% from 339); Blue value is 93 (36.72% from 255 or 27.43% from 339); Max value from RGB is 225 - color contains mainly: red. Hex color #E1155D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1155D is #1EEAA2. Grayscale: #5A5A5A. Windows color (decimal): -2026147 or 6100449. OLE color: 6100449.

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

Color convert

RGB 225 21 93 -
CMYK 0 0.91 0.59 0.12
HSL 338.82º 0.83% 0.48% -
HSV(B) 338.82º 0.91% 0.88% -
XYZ 33.3 17.33 11.95 -
YUV 90.2 129.59 224.15 -
System Red Green Blue C M Y K H S L
Decimal 225 21 93 0 0.91 0.59 0.12 338.82 0.83 0.48
Hex E1 15 5D 0 5B 3B C 153 53 30
Octal 341 25 135 0 133 73 14 523 123 60
Binary 11100001 10101 1011101 0 1011011 111011 1100 101010011 1010011 110000

Color Harmonies of #E1155D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1155D

Black with #E1155D

Text Example


Text Example

White with #E1155D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1155D; }

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

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

background-color css

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

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

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

border-color css

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

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

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