Html Css Color HEX #E81B77 Ruby

📋 copy color: '#E81B77'

red 232 ◦ green 27 ◦ blue 119

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

Shades of Ruby #E81B77

Tints of Ruby #E81B77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 31.48%

R = 61.38%
G = 7.14%
B = 31.48%

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

#E81B77 (or 0xE81B77) is known color: Ruby. HEX triplet: E8, 1B and 77. RGB value is (232,27,119). Sum of RGB (Red+Green+Blue) = 232+27+119=378 (50% of max value = 765). Red value is 232 (91.02% from 255 or 61.38% from 378); Green value is 27 (10.94% from 255 or 7.14% from 378); Blue value is 119 (46.88% from 255 or 31.48% from 378); Max value from RGB is 232 - color contains mainly: red. Hex color #E81B77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E81B77 is #17E488. Grayscale: #626262. Windows color (decimal): -1565833 or 7805928. OLE color: 7805928.

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

Color convert

RGB 232 27 119 -
CMYK 0 0.88 0.49 0.09
HSL 333.07º 0.82% 0.51% -
HSV(B) 333.07º 0.88% 0.91% -
XYZ 37 19.27 19.22 -
YUV 98.78 139.42 223.02 -
System Red Green Blue C M Y K H S L
Decimal 232 27 119 0 0.88 0.49 0.09 333.07 0.82 0.51
Hex E8 1B 77 0 58 31 9 14D 52 33
Octal 350 33 167 0 130 61 11 515 122 63
Binary 11101000 11011 1110111 0 1011000 110001 1001 101001101 1010010 110011

Color Harmonies of #E81B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81B77

Black with #E81B77

Text Example


Text Example

White with #E81B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81B77; }

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

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

background-color css

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

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

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

border-color css

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

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

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