Html Css Color HEX #E81B68 Ruby

📋 copy color: '#E81B68'

red 232 ◦ green 27 ◦ blue 104

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

Shades of Ruby #E81B68

Tints of Ruby #E81B68

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.44%

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

R = 63.91%
G = 7.44%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#E81B68 (or 0xE81B68) is known color: Ruby. HEX triplet: E8, 1B and 68. RGB value is (232,27,104). Sum of RGB (Red+Green+Blue) = 232+27+104=363 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.91% from 363); Green value is 27 (10.94% from 255 or 7.44% from 363); Blue value is 104 (41.02% from 255 or 28.65% from 363); Max value from RGB is 232 - color contains mainly: red. Hex color #E81B68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E81B68 is #17E497. Grayscale: #606060. Windows color (decimal): -1565848 or 6822888. OLE color: 6822888.

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

Color convert

RGB 232 27 104 -
CMYK 0 0.88 0.55 0.09
HSL 337.46º 0.82% 0.51% -
HSV(B) 337.46º 0.88% 0.91% -
XYZ 36.17 18.94 14.85 -
YUV 97.07 131.92 224.24 -
System Red Green Blue C M Y K H S L
Decimal 232 27 104 0 0.88 0.55 0.09 337.46 0.82 0.51
Hex E8 1B 68 0 58 37 9 151 52 33
Octal 350 33 150 0 130 67 11 521 122 63
Binary 11101000 11011 1101000 0 1011000 110111 1001 101010001 1010010 110011

Color Harmonies of #E81B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81B68

Black with #E81B68

Text Example


Text Example

White with #E81B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81B68; }

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

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

background-color css

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

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

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

border-color css

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

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

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