Html Css Color HEX #E31A5E Ruby

📋 copy color: '#E31A5E'

red 227 ◦ green 26 ◦ blue 94

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

Shades of Ruby #E31A5E

Tints of Ruby #E31A5E

RGB

 RED value IS 227 (89.06% from 255) = 65.42%

 GREEN value IS 26 (10.55% from 255) = 7.49%

 BLUE value IS 94 (37.11% from 255) = 27.09%

R = 65.42%
G = 7.49%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#E31A5E (or 0xE31A5E) is known color: Ruby. HEX triplet: E3, 1A and 5E. RGB value is (227,26,94). Sum of RGB (Red+Green+Blue) = 227+26+94=347 (45% of max value = 765). Red value is 227 (89.06% from 255 or 65.42% from 347); Green value is 26 (10.55% from 255 or 7.49% from 347); Blue value is 94 (37.11% from 255 or 27.09% from 347); Max value from RGB is 227 - color contains mainly: red. Hex color #E31A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E31A5E is #1CE5A1. Grayscale: #5D5D5D. Windows color (decimal): -1893794 or 6167267. OLE color: 6167267.

HSL color Cylindrical-coordinate representation of color #E31A5E: hue angle of 339.7º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E31A5E is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 26 94 -
CMYK 0 0.89 0.59 0.11
HSL 339.7º 0.79% 0.5% -
HSV(B) 339.7º 0.89% 0.89% -
XYZ 34.07 17.88 12.24 -
YUV 93.85 128.09 222.97 -
System Red Green Blue C M Y K H S L
Decimal 227 26 94 0 0.89 0.59 0.11 339.7 0.79 0.5
Hex E3 1A 5E 0 59 3B B 154 4F 32
Octal 343 32 136 0 131 73 13 524 117 62
Binary 11100011 11010 1011110 0 1011001 111011 1011 101010100 1001111 110010

Color Harmonies of #E31A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31A5E

Black with #E31A5E

Text Example


Text Example

White with #E31A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31A5E; }

 p { color: rgb(227,26,94); }

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

background-color css

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

 a { background-color: rgb(227,26,94); }

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

border-color css

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

 span { border-color: rgb(227,26,94); }

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