Html Css Color HEX #E5195B Ruby

📋 copy color: '#E5195B'

red 229 ◦ green 25 ◦ blue 91

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

Shades of Ruby #E5195B

Tints of Ruby #E5195B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.25%

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

R = 66.38%
G = 7.25%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#E5195B (or 0xE5195B) is known color: Ruby. HEX triplet: E5, 19 and 5B. RGB value is (229,25,91). Sum of RGB (Red+Green+Blue) = 229+25+91=345 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.38% from 345); Green value is 25 (10.16% from 255 or 7.25% from 345); Blue value is 91 (35.94% from 255 or 26.38% from 345); Max value from RGB is 229 - color contains mainly: red. Hex color #E5195B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5195B is #1AE6A4. Grayscale: #5D5D5D. Windows color (decimal): -1762981 or 5970405. OLE color: 5970405.

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

Color convert

RGB 229 25 91 -
CMYK 0 0.89 0.60 0.10
HSL 340.59º 0.8% 0.5% -
HSV(B) 340.59º 0.89% 0.9% -
XYZ 34.55 18.11 11.57 -
YUV 93.52 126.59 224.63 -
System Red Green Blue C M Y K H S L
Decimal 229 25 91 0 0.89 0.60 0.10 340.59 0.8 0.5
Hex E5 19 5B 0 59 3C A 155 50 32
Octal 345 31 133 0 131 74 12 525 120 62
Binary 11100101 11001 1011011 0 1011001 111100 1010 101010101 1010000 110010

Color Harmonies of #E5195B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5195B

Black with #E5195B

Text Example


Text Example

White with #E5195B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5195B; }

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

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

background-color css

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

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

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

border-color css

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

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

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