Html Css Color HEX #E1135B Ruby

📋 copy color: '#E1135B'

red 225 ◦ green 19 ◦ blue 91

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

Shades of Ruby #E1135B

Tints of Ruby #E1135B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.67%

 BLUE value IS 91 (35.94% from 255) = 27.16%

R = 67.16%
G = 5.67%
B = 27.16%

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

#E1135B (or 0xE1135B) is known color: Ruby. HEX triplet: E1, 13 and 5B. RGB value is (225,19,91). Sum of RGB (Red+Green+Blue) = 225+19+91=335 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.16% from 335); Green value is 19 (7.81% from 255 or 5.67% from 335); Blue value is 91 (35.94% from 255 or 27.16% from 335); Max value from RGB is 225 - color contains mainly: red. Hex color #E1135B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1135B is #1EECA4. Grayscale: #585858. Windows color (decimal): -2026661 or 5968865. OLE color: 5968865.

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

Color convert

RGB 225 19 91 -
CMYK 0 0.92 0.60 0.12
HSL 339.03º 0.84% 0.48% -
HSV(B) 339.03º 0.92% 0.88% -
XYZ 33.17 17.23 11.47 -
YUV 88.8 129.25 225.15 -
System Red Green Blue C M Y K H S L
Decimal 225 19 91 0 0.92 0.60 0.12 339.03 0.84 0.48
Hex E1 13 5B 0 5C 3C C 153 54 30
Octal 341 23 133 0 134 74 14 523 124 60
Binary 11100001 10011 1011011 0 1011100 111100 1100 101010011 1010100 110000

Color Harmonies of #E1135B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1135B

Black with #E1135B

Text Example


Text Example

White with #E1135B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1135B; }

 p { color: rgb(225,19,91); }

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

background-color css

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

 a { background-color: rgb(225,19,91); }

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

border-color css

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

 span { border-color: rgb(225,19,91); }

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