Html Css Color HEX #E81168 Ruby

📋 copy color: '#E81168'

red 232 ◦ green 17 ◦ blue 104

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

Shades of Ruby #E81168

Tints of Ruby #E81168

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.82%

 BLUE value IS 104 (41.02% from 255) = 29.46%

R = 65.72%
G = 4.82%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#E81168 (or 0xE81168) is known color: Ruby. HEX triplet: E8, 11 and 68. RGB value is (232,17,104). Sum of RGB (Red+Green+Blue) = 232+17+104=353 (46% of max value = 765). Red value is 232 (91.02% from 255 or 65.72% from 353); Green value is 17 (7.03% from 255 or 4.82% from 353); Blue value is 104 (41.02% from 255 or 29.46% from 353); Max value from RGB is 232 - color contains mainly: red. Hex color #E81168 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E81168 is #17EE97. Grayscale: #5B5B5B. Windows color (decimal): -1568408 or 6820328. OLE color: 6820328.

HSL color Cylindrical-coordinate representation of color #E81168: hue angle of 335.72º degrees, saturation: 0.86, 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 #E81168 is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 17 104 -
CMYK 0 0.93 0.55 0.09
HSL 335.72º 0.86% 0.49% -
HSV(B) 335.72º 0.93% 0.91% -
XYZ 35.98 18.56 14.78 -
YUV 91.2 135.23 228.43 -
System Red Green Blue C M Y K H S L
Decimal 232 17 104 0 0.93 0.55 0.09 335.72 0.86 0.49
Hex E8 11 68 0 5D 37 9 150 56 31
Octal 350 21 150 0 135 67 11 520 126 61
Binary 11101000 10001 1101000 0 1011101 110111 1001 101010000 1010110 110001

Color Harmonies of #E81168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81168

Black with #E81168

Text Example


Text Example

White with #E81168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81168; }

 p { color: rgb(232,17,104); }

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

background-color css

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

 a { background-color: rgb(232,17,104); }

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

border-color css

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

 span { border-color: rgb(232,17,104); }

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