Html Css Color HEX #E81660 Ruby

📋 copy color: '#E81660'

red 232 ◦ green 22 ◦ blue 96

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

Shades of Ruby #E81660

Tints of Ruby #E81660

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.29%

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

R = 66.29%
G = 6.29%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#E81660 (or 0xE81660) is known color: Ruby. HEX triplet: E8, 16 and 60. RGB value is (232,22,96). Sum of RGB (Red+Green+Blue) = 232+22+96=350 (46% of max value = 765). Red value is 232 (91.02% from 255 or 66.29% from 350); Green value is 22 (8.98% from 255 or 6.29% from 350); Blue value is 96 (37.89% from 255 or 27.43% from 350); Max value from RGB is 232 - color contains mainly: red. Hex color #E81660 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E81660 is #17E99F. Grayscale: #5D5D5D. Windows color (decimal): -1567136 or 6297320. OLE color: 6297320.

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

Color convert

RGB 232 22 96 -
CMYK 0 0.91 0.59 0.09
HSL 338.86º 0.83% 0.5% -
HSV(B) 338.86º 0.91% 0.91% -
XYZ 35.68 18.57 12.77 -
YUV 93.23 129.57 226.98 -
System Red Green Blue C M Y K H S L
Decimal 232 22 96 0 0.91 0.59 0.09 338.86 0.83 0.5
Hex E8 16 60 0 5B 3B 9 153 53 32
Octal 350 26 140 0 133 73 11 523 123 62
Binary 11101000 10110 1100000 0 1011011 111011 1001 101010011 1010011 110010

Color Harmonies of #E81660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81660

Black with #E81660

Text Example


Text Example

White with #E81660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81660; }

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

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

background-color css

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

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

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

border-color css

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

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

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