Html Css Color HEX #E81877 Ruby

📋 copy color: '#E81877'

red 232 ◦ green 24 ◦ blue 119

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

Shades of Ruby #E81877

Tints of Ruby #E81877

RGB

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

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

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

R = 61.87%
G = 6.4%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E81877 (or 0xE81877) is known color: Ruby. HEX triplet: E8, 18 and 77. RGB value is (232,24,119). Sum of RGB (Red+Green+Blue) = 232+24+119=375 (49% of max value = 765). Red value is 232 (91.02% from 255 or 61.87% from 375); Green value is 24 (9.77% from 255 or 6.4% from 375); Blue value is 119 (46.88% from 255 or 31.73% from 375); Max value from RGB is 232 - color contains mainly: red. Hex color #E81877 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E81877 is #17E788. Grayscale: #606060. Windows color (decimal): -1566601 or 7805160. OLE color: 7805160.

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

Color convert

RGB 232 24 119 -
CMYK 0 0.90 0.49 0.09
HSL 332.6º 0.82% 0.5% -
HSV(B) 332.6º 0.9% 0.91% -
XYZ 36.94 19.14 19.2 -
YUV 97.02 140.41 224.28 -
System Red Green Blue C M Y K H S L
Decimal 232 24 119 0 0.90 0.49 0.09 332.6 0.82 0.5
Hex E8 18 77 0 5A 31 9 14D 52 32
Octal 350 30 167 0 132 61 11 515 122 62
Binary 11101000 11000 1110111 0 1011010 110001 1001 101001101 1010010 110010

Color Harmonies of #E81877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81877

Black with #E81877

Text Example


Text Example

White with #E81877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81877; }

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

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

background-color css

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

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

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

border-color css

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

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

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