Html Css Color HEX #E81B76 Ruby

📋 copy color: '#E81B76'

red 232 ◦ green 27 ◦ blue 118

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

Shades of Ruby #E81B76

Tints of Ruby #E81B76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 31.3%

R = 61.54%
G = 7.16%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E81B76 (or 0xE81B76) is known color: Ruby. HEX triplet: E8, 1B and 76. RGB value is (232,27,118). Sum of RGB (Red+Green+Blue) = 232+27+118=377 (49% of max value = 765). Red value is 232 (91.02% from 255 or 61.54% from 377); Green value is 27 (10.94% from 255 or 7.16% from 377); Blue value is 118 (46.48% from 255 or 31.30% from 377); Max value from RGB is 232 - color contains mainly: red. Hex color #E81B76 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E81B76 is #17E489. Grayscale: #626262. Windows color (decimal): -1565834 or 7740392. OLE color: 7740392.

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

Color convert

RGB 232 27 118 -
CMYK 0 0.88 0.49 0.09
HSL 333.37º 0.82% 0.51% -
HSV(B) 333.37º 0.88% 0.91% -
XYZ 36.94 19.25 18.91 -
YUV 98.67 138.92 223.1 -
System Red Green Blue C M Y K H S L
Decimal 232 27 118 0 0.88 0.49 0.09 333.37 0.82 0.51
Hex E8 1B 76 0 58 31 9 14D 52 33
Octal 350 33 166 0 130 61 11 515 122 63
Binary 11101000 11011 1110110 0 1011000 110001 1001 101001101 1010010 110011

Color Harmonies of #E81B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81B76

Black with #E81B76

Text Example


Text Example

White with #E81B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81B76; }

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

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

background-color css

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

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

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

border-color css

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

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

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