Html Css Color HEX #E00279 Ruby

📋 copy color: '#E00279'

red 224 ◦ green 2 ◦ blue 121

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

Shades of Ruby #E00279

Tints of Ruby #E00279

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.58%

 BLUE value IS 121 (47.66% from 255) = 34.87%

R = 64.55%
G = 0.58%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E00279 (or 0xE00279) is known color: Ruby. HEX triplet: E0, 02 and 79. RGB value is (224,2,121). Sum of RGB (Red+Green+Blue) = 224+2+121=347 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.55% from 347); Green value is 2 (1.17% from 255 or 0.58% from 347); Blue value is 121 (47.66% from 255 or 34.87% from 347); Max value from RGB is 224 - color contains mainly: red. Hex color #E00279 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00279 is #1FFD86. Grayscale: #515151. Windows color (decimal): -2096519 or 7930592. OLE color: 7930592.

HSL color Cylindrical-coordinate representation of color #E00279: hue angle of 327.84º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E00279 is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 2 121 -
CMYK 0 0.99 0.46 0.12
HSL 327.84º 0.98% 0.44% -
HSV(B) 327.84º 0.99% 0.88% -
XYZ 34.21 17.27 19.62 -
YUV 81.94 150.05 229.32 -
System Red Green Blue C M Y K H S L
Decimal 224 2 121 0 0.99 0.46 0.12 327.84 0.98 0.44
Hex E0 2 79 0 63 2E C 148 62 2C
Octal 340 2 171 0 143 56 14 510 142 54
Binary 11100000 10 1111001 0 1100011 101110 1100 101001000 1100010 101100

Color Harmonies of #E00279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00279

Black with #E00279

Text Example


Text Example

White with #E00279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00279; }

 p { color: rgb(224,2,121); }

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

background-color css

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

 a { background-color: rgb(224,2,121); }

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

border-color css

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

 span { border-color: rgb(224,2,121); }

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