Html Css Color HEX #E00677 Ruby

📋 copy color: '#E00677'

red 224 ◦ green 6 ◦ blue 119

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

Shades of Ruby #E00677

Tints of Ruby #E00677

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.72%

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

R = 64.18%
G = 1.72%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#E00677 (or 0xE00677) is known color: Ruby. HEX triplet: E0, 06 and 77. RGB value is (224,6,119). Sum of RGB (Red+Green+Blue) = 224+6+119=349 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64.18% from 349); Green value is 6 (2.73% from 255 or 1.72% from 349); Blue value is 119 (46.88% from 255 or 34.10% from 349); Max value from RGB is 224 - color contains mainly: red. Hex color #E00677 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00677 is #1FF988. Grayscale: #535353. Windows color (decimal): -2095497 or 7800544. OLE color: 7800544.

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

Color convert

RGB 224 6 119 -
CMYK 0 0.97 0.47 0.12
HSL 328.9º 0.95% 0.45% -
HSV(B) 328.9º 0.97% 0.88% -
XYZ 34.14 17.31 18.99 -
YUV 84.06 147.72 227.81 -
System Red Green Blue C M Y K H S L
Decimal 224 6 119 0 0.97 0.47 0.12 328.9 0.95 0.45
Hex E0 6 77 0 61 2F C 149 5F 2D
Octal 340 6 167 0 141 57 14 511 137 55
Binary 11100000 110 1110111 0 1100001 101111 1100 101001001 1011111 101101

Color Harmonies of #E00677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00677

Black with #E00677

Text Example


Text Example

White with #E00677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00677; }

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

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

background-color css

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

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

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

border-color css

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

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

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