Html Css Color HEX #E81561 Ruby

📋 copy color: '#E81561'

red 232 ◦ green 21 ◦ blue 97

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

Shades of Ruby #E81561

Tints of Ruby #E81561

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6%

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

R = 66.29%
G = 6%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.58

 K value IS 0.09

RGB Variations

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

Color information

#E81561 (or 0xE81561) is known color: Ruby. HEX triplet: E8, 15 and 61. RGB value is (232,21,97). Sum of RGB (Red+Green+Blue) = 232+21+97=350 (46% of max value = 765). Red value is 232 (91.02% from 255 or 66.29% from 350); Green value is 21 (8.59% from 255 or 6% from 350); Blue value is 97 (38.28% from 255 or 27.71% from 350); Max value from RGB is 232 - color contains mainly: red. Hex color #E81561 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E81561 is #17EA9E. Grayscale: #5C5C5C. Windows color (decimal): -1567391 or 6362600. OLE color: 6362600.

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

Color convert

RGB 232 21 97 -
CMYK 0 0.91 0.58 0.09
HSL 338.39º 0.83% 0.5% -
HSV(B) 338.39º 0.91% 0.91% -
XYZ 35.7 18.56 13.01 -
YUV 92.75 130.4 227.32 -
System Red Green Blue C M Y K H S L
Decimal 232 21 97 0 0.91 0.58 0.09 338.39 0.83 0.5
Hex E8 15 61 0 5B 3A 9 152 53 32
Octal 350 25 141 0 133 72 11 522 123 62
Binary 11101000 10101 1100001 0 1011011 111010 1001 101010010 1010011 110010

Color Harmonies of #E81561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81561

Black with #E81561

Text Example


Text Example

White with #E81561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81561; }

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

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

background-color css

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

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

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

border-color css

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

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

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