Html Css Color HEX #E81A71 Ruby

📋 copy color: '#E81A71'

red 232 ◦ green 26 ◦ blue 113

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

Shades of Ruby #E81A71

Tints of Ruby #E81A71

RGB

 RED value IS 232 (91.02% from 255) = 62.53%

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

 BLUE value IS 113 (44.53% from 255) = 30.46%

R = 62.53%
G = 7.01%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E81A71 (or 0xE81A71) is known color: Ruby. HEX triplet: E8, 1A and 71. RGB value is (232,26,113). Sum of RGB (Red+Green+Blue) = 232+26+113=371 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.53% from 371); Green value is 26 (10.55% from 255 or 7.01% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 232 - color contains mainly: red. Hex color #E81A71 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E81A71 is #17E58E. Grayscale: #616161. Windows color (decimal): -1566095 or 7412456. OLE color: 7412456.

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

Color convert

RGB 232 26 113 -
CMYK 0 0.89 0.51 0.09
HSL 334.66º 0.82% 0.51% -
HSV(B) 334.66º 0.89% 0.91% -
XYZ 36.63 19.09 17.38 -
YUV 97.51 136.75 223.93 -
System Red Green Blue C M Y K H S L
Decimal 232 26 113 0 0.89 0.51 0.09 334.66 0.82 0.51
Hex E8 1A 71 0 59 33 9 14F 52 33
Octal 350 32 161 0 131 63 11 517 122 63
Binary 11101000 11010 1110001 0 1011001 110011 1001 101001111 1010010 110011

Color Harmonies of #E81A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81A71

Black with #E81A71

Text Example


Text Example

White with #E81A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81A71; }

 p { color: rgb(232,26,113); }

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

background-color css

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

 a { background-color: rgb(232,26,113); }

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

border-color css

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

 span { border-color: rgb(232,26,113); }

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