Html Css Color HEX #E81860 Ruby

📋 copy color: '#E81860'

red 232 ◦ green 24 ◦ blue 96

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

Shades of Ruby #E81860

Tints of Ruby #E81860

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 27.27%

R = 65.91%
G = 6.82%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#E81860 (or 0xE81860) is known color: Ruby. HEX triplet: E8, 18 and 60. RGB value is (232,24,96). Sum of RGB (Red+Green+Blue) = 232+24+96=352 (46% of max value = 765). Red value is 232 (91.02% from 255 or 65.91% from 352); Green value is 24 (9.77% from 255 or 6.82% from 352); Blue value is 96 (37.89% from 255 or 27.27% from 352); Max value from RGB is 232 - color contains mainly: red. Hex color #E81860 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E81860 is #17E79F. Grayscale: #5E5E5E. Windows color (decimal): -1566624 or 6297832. OLE color: 6297832.

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

Color convert

RGB 232 24 96 -
CMYK 0 0.90 0.59 0.09
HSL 339.23º 0.82% 0.5% -
HSV(B) 339.23º 0.9% 0.91% -
XYZ 35.72 18.65 12.78 -
YUV 94.4 128.91 226.15 -
System Red Green Blue C M Y K H S L
Decimal 232 24 96 0 0.90 0.59 0.09 339.23 0.82 0.5
Hex E8 18 60 0 5A 3B 9 153 52 32
Octal 350 30 140 0 132 73 11 523 122 62
Binary 11101000 11000 1100000 0 1011010 111011 1001 101010011 1010010 110010

Color Harmonies of #E81860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81860

Black with #E81860

Text Example


Text Example

White with #E81860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81860; }

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

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

background-color css

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

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

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

border-color css

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

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

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