Html Css Color HEX #E81968 Ruby

📋 copy color: '#E81968'

red 232 ◦ green 25 ◦ blue 104

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

Shades of Ruby #E81968

Tints of Ruby #E81968

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.93%

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

R = 64.27%
G = 6.93%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#E81968 (or 0xE81968) is known color: Ruby. HEX triplet: E8, 19 and 68. RGB value is (232,25,104). Sum of RGB (Red+Green+Blue) = 232+25+104=361 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.27% from 361); Green value is 25 (10.16% from 255 or 6.93% from 361); Blue value is 104 (41.02% from 255 or 28.81% from 361); Max value from RGB is 232 - color contains mainly: red. Hex color #E81968 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E81968 is #17E697. Grayscale: #5F5F5F. Windows color (decimal): -1566360 or 6822376. OLE color: 6822376.

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

Color convert

RGB 232 25 104 -
CMYK 0 0.89 0.55 0.09
HSL 337.1º 0.82% 0.5% -
HSV(B) 337.1º 0.89% 0.91% -
XYZ 36.13 18.85 14.83 -
YUV 95.9 132.58 225.08 -
System Red Green Blue C M Y K H S L
Decimal 232 25 104 0 0.89 0.55 0.09 337.1 0.82 0.5
Hex E8 19 68 0 59 37 9 151 52 32
Octal 350 31 150 0 131 67 11 521 122 62
Binary 11101000 11001 1101000 0 1011001 110111 1001 101010001 1010010 110010

Color Harmonies of #E81968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81968

Black with #E81968

Text Example


Text Example

White with #E81968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81968; }

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

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

background-color css

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

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

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

border-color css

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

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

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