Html Css Color HEX #E81061 Ruby

📋 copy color: '#E81061'

red 232 ◦ green 16 ◦ blue 97

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

Shades of Ruby #E81061

Tints of Ruby #E81061

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.64%

 BLUE value IS 97 (38.28% from 255) = 28.12%

R = 67.25%
G = 4.64%
B = 28.12%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.58

 K value IS 0.09

RGB Variations

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

Color information

#E81061 (or 0xE81061) is known color: Ruby. HEX triplet: E8, 10 and 61. RGB value is (232,16,97). Sum of RGB (Red+Green+Blue) = 232+16+97=345 (45% of max value = 765). Red value is 232 (91.02% from 255 or 67.25% from 345); Green value is 16 (6.64% from 255 or 4.64% from 345); Blue value is 97 (38.28% from 255 or 28.12% from 345); Max value from RGB is 232 - color contains mainly: red. Hex color #E81061 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E81061 is #17EF9E. Grayscale: #595959. Windows color (decimal): -1568671 or 6361320. OLE color: 6361320.

HSL color Cylindrical-coordinate representation of color #E81061: hue angle of 337.5º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E81061 is Cyan = 0, Magento = 0.93, Yellow = 0.58 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 16 97 -
CMYK 0 0.93 0.58 0.09
HSL 337.5º 0.87% 0.49% -
HSV(B) 337.5º 0.93% 0.91% -
XYZ 35.62 18.39 12.98 -
YUV 89.82 132.06 229.41 -
System Red Green Blue C M Y K H S L
Decimal 232 16 97 0 0.93 0.58 0.09 337.5 0.87 0.49
Hex E8 10 61 0 5D 3A 9 152 57 31
Octal 350 20 141 0 135 72 11 522 127 61
Binary 11101000 10000 1100001 0 1011101 111010 1001 101010010 1010111 110001

Color Harmonies of #E81061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81061

Black with #E81061

Text Example


Text Example

White with #E81061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81061; }

 p { color: rgb(232,16,97); }

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

background-color css

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

 a { background-color: rgb(232,16,97); }

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

border-color css

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

 span { border-color: rgb(232,16,97); }

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