Html Css Color HEX #E71A5E Ruby

📋 copy color: '#E71A5E'

red 231 ◦ green 26 ◦ blue 94

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

Shades of Ruby #E71A5E

Tints of Ruby #E71A5E

RGB

 RED value IS 231 (90.63% from 255) = 65.81%

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

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

R = 65.81%
G = 7.41%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#E71A5E (or 0xE71A5E) is known color: Ruby. HEX triplet: E7, 1A and 5E. RGB value is (231,26,94). Sum of RGB (Red+Green+Blue) = 231+26+94=351 (46% of max value = 765). Red value is 231 (90.62% from 255 or 65.81% from 351); Green value is 26 (10.55% from 255 or 7.41% from 351); Blue value is 94 (37.11% from 255 or 26.78% from 351); Max value from RGB is 231 - color contains mainly: red. Hex color #E71A5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E71A5E is #18E5A1. Grayscale: #5E5E5E. Windows color (decimal): -1631650 or 6167271. OLE color: 6167271.

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

Color convert

RGB 231 26 94 -
CMYK 0 0.89 0.59 0.09
HSL 340.1º 0.81% 0.5% -
HSV(B) 340.1º 0.89% 0.91% -
XYZ 35.34 18.54 12.3 -
YUV 95.05 127.42 224.97 -
System Red Green Blue C M Y K H S L
Decimal 231 26 94 0 0.89 0.59 0.09 340.1 0.81 0.5
Hex E7 1A 5E 0 59 3B 9 154 51 32
Octal 347 32 136 0 131 73 11 524 121 62
Binary 11100111 11010 1011110 0 1011001 111011 1001 101010100 1010001 110010

Color Harmonies of #E71A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71A5E

Black with #E71A5E

Text Example


Text Example

White with #E71A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71A5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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