Html Css Color HEX #E81879 Ruby

📋 copy color: '#E81879'

red 232 ◦ green 24 ◦ blue 121

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

Shades of Ruby #E81879

Tints of Ruby #E81879

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.37%

 BLUE value IS 121 (47.66% from 255) = 32.1%

R = 61.54%
G = 6.37%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#E81879 (or 0xE81879) is known color: Ruby. HEX triplet: E8, 18 and 79. RGB value is (232,24,121). Sum of RGB (Red+Green+Blue) = 232+24+121=377 (49% of max value = 765). Red value is 232 (91.02% from 255 or 61.54% from 377); Green value is 24 (9.77% from 255 or 6.37% from 377); Blue value is 121 (47.66% from 255 or 32.10% from 377); Max value from RGB is 232 - color contains mainly: red. Hex color #E81879 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E81879 is #17E786. Grayscale: #616161. Windows color (decimal): -1566599 or 7936232. OLE color: 7936232.

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

Color convert

RGB 232 24 121 -
CMYK 0 0.90 0.48 0.09
HSL 332.02º 0.82% 0.5% -
HSV(B) 332.02º 0.9% 0.91% -
XYZ 37.06 19.19 19.84 -
YUV 97.25 141.41 224.11 -
System Red Green Blue C M Y K H S L
Decimal 232 24 121 0 0.90 0.48 0.09 332.02 0.82 0.5
Hex E8 18 79 0 5A 30 9 14C 52 32
Octal 350 30 171 0 132 60 11 514 122 62
Binary 11101000 11000 1111001 0 1011010 110000 1001 101001100 1010010 110010

Color Harmonies of #E81879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81879

Black with #E81879

Text Example


Text Example

White with #E81879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81879; }

 p { color: rgb(232,24,121); }

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

background-color css

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

 a { background-color: rgb(232,24,121); }

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

border-color css

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

 span { border-color: rgb(232,24,121); }

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