Html Css Color HEX #E81A78 Ruby

📋 copy color: '#E81A78'

red 232 ◦ green 26 ◦ blue 120

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

Shades of Ruby #E81A78

Tints of Ruby #E81A78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 31.75%

R = 61.38%
G = 6.88%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#E81A78 (or 0xE81A78) is known color: Ruby. HEX triplet: E8, 1A and 78. RGB value is (232,26,120). Sum of RGB (Red+Green+Blue) = 232+26+120=378 (50% of max value = 765). Red value is 232 (91.02% from 255 or 61.38% from 378); Green value is 26 (10.55% from 255 or 6.88% from 378); Blue value is 120 (47.27% from 255 or 31.75% from 378); Max value from RGB is 232 - color contains mainly: red. Hex color #E81A78 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E81A78 is #17E587. Grayscale: #626262. Windows color (decimal): -1566088 or 7871208. OLE color: 7871208.

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

Color convert

RGB 232 26 120 -
CMYK 0 0.89 0.48 0.09
HSL 332.62º 0.82% 0.51% -
HSV(B) 332.62º 0.89% 0.91% -
XYZ 37.04 19.25 19.53 -
YUV 98.31 140.25 223.36 -
System Red Green Blue C M Y K H S L
Decimal 232 26 120 0 0.89 0.48 0.09 332.62 0.82 0.51
Hex E8 1A 78 0 59 30 9 14D 52 33
Octal 350 32 170 0 131 60 11 515 122 63
Binary 11101000 11010 1111000 0 1011001 110000 1001 101001101 1010010 110011

Color Harmonies of #E81A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81A78

Black with #E81A78

Text Example


Text Example

White with #E81A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81A78; }

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

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

background-color css

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

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

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

border-color css

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

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

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