Html Css Color HEX #E5135B Ruby

📋 copy color: '#E5135B'

red 229 ◦ green 19 ◦ blue 91

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

Shades of Ruby #E5135B

Tints of Ruby #E5135B

RGB

 RED value IS 229 (89.84% from 255) = 67.55%

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

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

R = 67.55%
G = 5.6%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#E5135B (or 0xE5135B) is known color: Ruby. HEX triplet: E5, 13 and 5B. RGB value is (229,19,91). Sum of RGB (Red+Green+Blue) = 229+19+91=339 (44% of max value = 765). Red value is 229 (89.84% from 255 or 67.55% from 339); Green value is 19 (7.81% from 255 or 5.60% from 339); Blue value is 91 (35.94% from 255 or 26.84% from 339); Max value from RGB is 229 - color contains mainly: red. Hex color #E5135B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5135B is #1AECA4. Grayscale: #595959. Windows color (decimal): -1764517 or 5968869. OLE color: 5968869.

HSL color Cylindrical-coordinate representation of color #E5135B: hue angle of 339.43º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E5135B is Cyan = 0, Magento = 0.92, Yellow = 0.60 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 19 91 -
CMYK 0 0.92 0.60 0.10
HSL 339.43º 0.85% 0.49% -
HSV(B) 339.43º 0.92% 0.9% -
XYZ 34.43 17.88 11.53 -
YUV 90 128.57 227.15 -
System Red Green Blue C M Y K H S L
Decimal 229 19 91 0 0.92 0.60 0.10 339.43 0.85 0.49
Hex E5 13 5B 0 5C 3C A 153 55 31
Octal 345 23 133 0 134 74 12 523 125 61
Binary 11100101 10011 1011011 0 1011100 111100 1010 101010011 1010101 110001

Color Harmonies of #E5135B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5135B

Black with #E5135B

Text Example


Text Example

White with #E5135B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5135B; }

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

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

background-color css

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

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

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

border-color css

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

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

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