Html Css Color HEX #E00877 Ruby

📋 copy color: '#E00877'

red 224 ◦ green 8 ◦ blue 119

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

Shades of Ruby #E00877

Tints of Ruby #E00877

RGB

 RED value IS 224 (87.89% from 255) = 63.82%

 GREEN value IS 8 (3.52% from 255) = 2.28%

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

R = 63.82%
G = 2.28%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#E00877 (or 0xE00877) is known color: Ruby. HEX triplet: E0, 08 and 77. RGB value is (224,8,119). Sum of RGB (Red+Green+Blue) = 224+8+119=351 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.82% from 351); Green value is 8 (3.52% from 255 or 2.28% from 351); Blue value is 119 (46.88% from 255 or 33.90% from 351); Max value from RGB is 224 - color contains mainly: red. Hex color #E00877 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00877 is #1FF788. Grayscale: #555555. Windows color (decimal): -2094985 or 7801056. OLE color: 7801056.

HSL color Cylindrical-coordinate representation of color #E00877: hue angle of 329.17º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E00877 is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 8 119 -
CMYK 0 0.96 0.47 0.12
HSL 329.17º 0.93% 0.45% -
HSV(B) 329.17º 0.96% 0.88% -
XYZ 34.16 17.35 19 -
YUV 85.24 147.06 226.97 -
System Red Green Blue C M Y K H S L
Decimal 224 8 119 0 0.96 0.47 0.12 329.17 0.93 0.45
Hex E0 8 77 0 60 2F C 149 5D 2D
Octal 340 10 167 0 140 57 14 511 135 55
Binary 11100000 1000 1110111 0 1100000 101111 1100 101001001 1011101 101101

Color Harmonies of #E00877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00877

Black with #E00877

Text Example


Text Example

White with #E00877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00877; }

 p { color: rgb(224,8,119); }

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

background-color css

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

 a { background-color: rgb(224,8,119); }

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

border-color css

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

 span { border-color: rgb(224,8,119); }

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