Html Css Color HEX #E5155A Ruby

📋 copy color: '#E5155A'

red 229 ◦ green 21 ◦ blue 90

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

Shades of Ruby #E5155A

Tints of Ruby #E5155A

RGB

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

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

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

R = 67.35%
G = 6.18%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.61

 K value IS 0.10

RGB Variations

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

Color information

#E5155A (or 0xE5155A) is known color: Ruby. HEX triplet: E5, 15 and 5A. RGB value is (229,21,90). Sum of RGB (Red+Green+Blue) = 229+21+90=340 (45% of max value = 765). Red value is 229 (89.84% from 255 or 67.35% from 340); Green value is 21 (8.59% from 255 or 6.18% from 340); Blue value is 90 (35.55% from 255 or 26.47% from 340); Max value from RGB is 229 - color contains mainly: red. Hex color #E5155A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5155A is #1AEAA5. Grayscale: #5A5A5A. Windows color (decimal): -1764006 or 5903845. OLE color: 5903845.

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

Color convert

RGB 229 21 90 -
CMYK 0 0.91 0.61 0.10
HSL 340.1º 0.83% 0.49% -
HSV(B) 340.1º 0.91% 0.9% -
XYZ 34.43 17.93 11.32 -
YUV 91.06 127.41 226.39 -
System Red Green Blue C M Y K H S L
Decimal 229 21 90 0 0.91 0.61 0.10 340.1 0.83 0.49
Hex E5 15 5A 0 5B 3D A 154 53 31
Octal 345 25 132 0 133 75 12 524 123 61
Binary 11100101 10101 1011010 0 1011011 111101 1010 101010100 1010011 110001

Color Harmonies of #E5155A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5155A

Black with #E5155A

Text Example


Text Example

White with #E5155A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5155A; }

 p { color: rgb(229,21,90); }

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

background-color css

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

 a { background-color: rgb(229,21,90); }

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

border-color css

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

 span { border-color: rgb(229,21,90); }

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