Html Css Color HEX #E81C60 Ruby

📋 copy color: '#E81C60'

red 232 ◦ green 28 ◦ blue 96

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

Shades of Ruby #E81C60

Tints of Ruby #E81C60

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.87%

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

R = 65.17%
G = 7.87%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#E81C60 (or 0xE81C60) is known color: Ruby. HEX triplet: E8, 1C and 60. RGB value is (232,28,96). Sum of RGB (Red+Green+Blue) = 232+28+96=356 (47% of max value = 765). Red value is 232 (91.02% from 255 or 65.17% from 356); Green value is 28 (11.33% from 255 or 7.87% from 356); Blue value is 96 (37.89% from 255 or 26.97% from 356); Max value from RGB is 232 - color contains mainly: red. Hex color #E81C60 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E81C60 is #17E39F. Grayscale: #606060. Windows color (decimal): -1565600 or 6298856. OLE color: 6298856.

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

Color convert

RGB 232 28 96 -
CMYK 0 0.88 0.59 0.09
HSL 340º 0.82% 0.51% -
HSV(B) 340º 0.88% 0.91% -
XYZ 35.81 18.83 12.81 -
YUV 96.75 127.59 224.47 -
System Red Green Blue C M Y K H S L
Decimal 232 28 96 0 0.88 0.59 0.09 340 0.82 0.51
Hex E8 1C 60 0 58 3B 9 154 52 33
Octal 350 34 140 0 130 73 11 524 122 63
Binary 11101000 11100 1100000 0 1011000 111011 1001 101010100 1010010 110011

Color Harmonies of #E81C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81C60

Black with #E81C60

Text Example


Text Example

White with #E81C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81C60; }

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

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

background-color css

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

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

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

border-color css

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

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

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