Html Css Color HEX #E81A76 Ruby

📋 copy color: '#E81A76'

red 232 ◦ green 26 ◦ blue 118

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

Shades of Ruby #E81A76

Tints of Ruby #E81A76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 31.38%

R = 61.7%
G = 6.91%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E81A76 (or 0xE81A76) is known color: Ruby. HEX triplet: E8, 1A and 76. RGB value is (232,26,118). Sum of RGB (Red+Green+Blue) = 232+26+118=376 (49% of max value = 765). Red value is 232 (91.02% from 255 or 61.70% from 376); Green value is 26 (10.55% from 255 or 6.91% from 376); Blue value is 118 (46.48% from 255 or 31.38% from 376); Max value from RGB is 232 - color contains mainly: red. Hex color #E81A76 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E81A76 is #17E589. Grayscale: #616161. Windows color (decimal): -1566090 or 7740136. OLE color: 7740136.

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

Color convert

RGB 232 26 118 -
CMYK 0 0.89 0.49 0.09
HSL 333.2º 0.82% 0.51% -
HSV(B) 333.2º 0.89% 0.91% -
XYZ 36.92 19.2 18.9 -
YUV 98.08 139.25 223.52 -
System Red Green Blue C M Y K H S L
Decimal 232 26 118 0 0.89 0.49 0.09 333.2 0.82 0.51
Hex E8 1A 76 0 59 31 9 14D 52 33
Octal 350 32 166 0 131 61 11 515 122 63
Binary 11101000 11010 1110110 0 1011001 110001 1001 101001101 1010010 110011

Color Harmonies of #E81A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81A76

Black with #E81A76

Text Example


Text Example

White with #E81A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81A76; }

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

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

background-color css

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

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

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

border-color css

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

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

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