Html Css Color HEX #E1115A Ruby

📋 copy color: '#E1115A'

red 225 ◦ green 17 ◦ blue 90

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

Shades of Ruby #E1115A

Tints of Ruby #E1115A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.12%

 BLUE value IS 90 (35.55% from 255) = 27.11%

R = 67.77%
G = 5.12%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#E1115A (or 0xE1115A) is known color: Ruby. HEX triplet: E1, 11 and 5A. RGB value is (225,17,90). Sum of RGB (Red+Green+Blue) = 225+17+90=332 (43% of max value = 765). Red value is 225 (88.28% from 255 or 67.77% from 332); Green value is 17 (7.03% from 255 or 5.12% from 332); Blue value is 90 (35.55% from 255 or 27.11% from 332); Max value from RGB is 225 - color contains mainly: red. Hex color #E1115A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1115A is #1EEEA5. Grayscale: #575757. Windows color (decimal): -2027174 or 5902817. OLE color: 5902817.

HSL color Cylindrical-coordinate representation of color #E1115A: hue angle of 338.94º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E1115A is Cyan = 0, Magento = 0.92, Yellow = 0.60 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 17 90 -
CMYK 0 0.92 0.60 0.12
HSL 338.94º 0.86% 0.47% -
HSV(B) 338.94º 0.92% 0.88% -
XYZ 33.1 17.15 11.24 -
YUV 87.51 129.41 226.06 -
System Red Green Blue C M Y K H S L
Decimal 225 17 90 0 0.92 0.60 0.12 338.94 0.86 0.47
Hex E1 11 5A 0 5C 3C C 153 56 2F
Octal 341 21 132 0 134 74 14 523 126 57
Binary 11100001 10001 1011010 0 1011100 111100 1100 101010011 1010110 101111

Color Harmonies of #E1115A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1115A

Black with #E1115A

Text Example


Text Example

White with #E1115A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1115A; }

 p { color: rgb(225,17,90); }

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

background-color css

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

 a { background-color: rgb(225,17,90); }

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

border-color css

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

 span { border-color: rgb(225,17,90); }

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