Html Css Color HEX #E81A58 Ruby

📋 copy color: '#E81A58'

red 232 ◦ green 26 ◦ blue 88

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

Shades of Ruby #E81A58

Tints of Ruby #E81A58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 25.43%

R = 67.05%
G = 7.51%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.62

 K value IS 0.09

RGB Variations

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

Color information

#E81A58 (or 0xE81A58) is known color: Ruby. HEX triplet: E8, 1A and 58. RGB value is (232,26,88). Sum of RGB (Red+Green+Blue) = 232+26+88=346 (45% of max value = 765). Red value is 232 (91.02% from 255 or 67.05% from 346); Green value is 26 (10.55% from 255 or 7.51% from 346); Blue value is 88 (34.77% from 255 or 25.43% from 346); Max value from RGB is 232 - color contains mainly: red. Hex color #E81A58 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E81A58 is #17E5A7. Grayscale: #5E5E5E. Windows color (decimal): -1566120 or 5774056. OLE color: 5774056.

HSL color Cylindrical-coordinate representation of color #E81A58: hue angle of 341.94º 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 #E81A58 is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 26 88 -
CMYK 0 0.89 0.62 0.09
HSL 341.94º 0.82% 0.51% -
HSV(B) 341.94º 0.89% 0.91% -
XYZ 35.41 18.6 10.96 -
YUV 94.66 124.25 225.96 -
System Red Green Blue C M Y K H S L
Decimal 232 26 88 0 0.89 0.62 0.09 341.94 0.82 0.51
Hex E8 1A 58 0 59 3E 9 156 52 33
Octal 350 32 130 0 131 76 11 526 122 63
Binary 11101000 11010 1011000 0 1011001 111110 1001 101010110 1010010 110011

Color Harmonies of #E81A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81A58

Black with #E81A58

Text Example


Text Example

White with #E81A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81A58; }

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

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

background-color css

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

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

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

border-color css

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

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

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