Html Css Color HEX #E00770 Ruby

📋 copy color: '#E00770'

red 224 ◦ green 7 ◦ blue 112

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

Shades of Ruby #E00770

Tints of Ruby #E00770

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.04%

 BLUE value IS 112 (44.14% from 255) = 32.65%

R = 65.31%
G = 2.04%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E00770 (or 0xE00770) is known color: Ruby. HEX triplet: E0, 07 and 70. RGB value is (224,7,112). Sum of RGB (Red+Green+Blue) = 224+7+112=343 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.31% from 343); Green value is 7 (3.12% from 255 or 2.04% from 343); Blue value is 112 (44.14% from 255 or 32.65% from 343); Max value from RGB is 224 - color contains mainly: red. Hex color #E00770 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00770 is #1FF88F. Grayscale: #535353. Windows color (decimal): -2095248 or 7342048. OLE color: 7342048.

HSL color Cylindrical-coordinate representation of color #E00770: hue angle of 330.97º degrees, saturation: 0.94, 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 #E00770 is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 7 112 -
CMYK 0 0.97 0.50 0.12
HSL 330.97º 0.94% 0.45% -
HSV(B) 330.97º 0.97% 0.88% -
XYZ 33.74 17.17 16.86 -
YUV 83.85 143.89 227.96 -
System Red Green Blue C M Y K H S L
Decimal 224 7 112 0 0.97 0.50 0.12 330.97 0.94 0.45
Hex E0 7 70 0 61 32 C 14B 5E 2D
Octal 340 7 160 0 141 62 14 513 136 55
Binary 11100000 111 1110000 0 1100001 110010 1100 101001011 1011110 101101

Color Harmonies of #E00770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00770

Black with #E00770

Text Example


Text Example

White with #E00770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00770; }

 p { color: rgb(224,7,112); }

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

background-color css

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

 a { background-color: rgb(224,7,112); }

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

border-color css

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

 span { border-color: rgb(224,7,112); }

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