Html Css Color HEX #E81978 Ruby

📋 copy color: '#E81978'

red 232 ◦ green 25 ◦ blue 120

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

Shades of Ruby #E81978

Tints of Ruby #E81978

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.63%

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

R = 61.54%
G = 6.63%
B = 31.83%

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

#E81978 (or 0xE81978) is known color: Ruby. HEX triplet: E8, 19 and 78. RGB value is (232,25,120). Sum of RGB (Red+Green+Blue) = 232+25+120=377 (49% of max value = 765). Red value is 232 (91.02% from 255 or 61.54% from 377); Green value is 25 (10.16% from 255 or 6.63% from 377); Blue value is 120 (47.27% from 255 or 31.83% from 377); Max value from RGB is 232 - color contains mainly: red. Hex color #E81978 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E81978 is #17E687. Grayscale: #616161. Windows color (decimal): -1566344 or 7870952. OLE color: 7870952.

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

Color convert

RGB 232 25 120 -
CMYK 0 0.89 0.48 0.09
HSL 332.46º 0.82% 0.5% -
HSV(B) 332.46º 0.89% 0.91% -
XYZ 37.02 19.21 19.53 -
YUV 97.72 140.58 223.78 -
System Red Green Blue C M Y K H S L
Decimal 232 25 120 0 0.89 0.48 0.09 332.46 0.82 0.5
Hex E8 19 78 0 59 30 9 14C 52 32
Octal 350 31 170 0 131 60 11 514 122 62
Binary 11101000 11001 1111000 0 1011001 110000 1001 101001100 1010010 110010

Color Harmonies of #E81978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81978

Black with #E81978

Text Example


Text Example

White with #E81978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81978; }

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

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

background-color css

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

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

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

border-color css

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

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

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