Html Css Color HEX #E81868 Ruby

📋 copy color: '#E81868'

red 232 ◦ green 24 ◦ blue 104

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

Shades of Ruby #E81868

Tints of Ruby #E81868

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.67%

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

R = 64.44%
G = 6.67%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#E81868 (or 0xE81868) is known color: Ruby. HEX triplet: E8, 18 and 68. RGB value is (232,24,104). Sum of RGB (Red+Green+Blue) = 232+24+104=360 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.44% from 360); Green value is 24 (9.77% from 255 or 6.67% from 360); Blue value is 104 (41.02% from 255 or 28.89% from 360); Max value from RGB is 232 - color contains mainly: red. Hex color #E81868 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E81868 is #17E797. Grayscale: #5F5F5F. Windows color (decimal): -1566616 or 6822120. OLE color: 6822120.

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

Color convert

RGB 232 24 104 -
CMYK 0 0.90 0.55 0.09
HSL 336.92º 0.82% 0.5% -
HSV(B) 336.92º 0.9% 0.91% -
XYZ 36.1 18.81 14.82 -
YUV 95.31 132.91 225.5 -
System Red Green Blue C M Y K H S L
Decimal 232 24 104 0 0.90 0.55 0.09 336.92 0.82 0.5
Hex E8 18 68 0 5A 37 9 151 52 32
Octal 350 30 150 0 132 67 11 521 122 62
Binary 11101000 11000 1101000 0 1011010 110111 1001 101010001 1010010 110010

Color Harmonies of #E81868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81868

Black with #E81868

Text Example


Text Example

White with #E81868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81868; }

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

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

background-color css

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

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

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

border-color css

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

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

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