Html Css Color HEX #E00E6F Ruby

📋 copy color: '#E00E6F'

red 224 ◦ green 14 ◦ blue 111

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

Shades of Ruby #E00E6F

Tints of Ruby #E00E6F

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.01%

 BLUE value IS 111 (43.75% from 255) = 31.81%

R = 64.18%
G = 4.01%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E00E6F (or 0xE00E6F) is known color: Ruby. HEX triplet: E0, 0E and 6F. RGB value is (224,14,111). Sum of RGB (Red+Green+Blue) = 224+14+111=349 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64.18% from 349); Green value is 14 (5.86% from 255 or 4.01% from 349); Blue value is 111 (43.75% from 255 or 31.81% from 349); Max value from RGB is 224 - color contains mainly: red. Hex color #E00E6F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00E6F is #1FF190. Grayscale: #575757. Windows color (decimal): -2093457 or 7278304. OLE color: 7278304.

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

Color convert

RGB 224 14 111 -
CMYK 0 0.94 0.50 0.12
HSL 332.29º 0.88% 0.47% -
HSV(B) 332.29º 0.94% 0.88% -
XYZ 33.77 17.31 16.6 -
YUV 87.85 141.07 225.11 -
System Red Green Blue C M Y K H S L
Decimal 224 14 111 0 0.94 0.50 0.12 332.29 0.88 0.47
Hex E0 E 6F 0 5E 32 C 14C 58 2F
Octal 340 16 157 0 136 62 14 514 130 57
Binary 11100000 1110 1101111 0 1011110 110010 1100 101001100 1011000 101111

Color Harmonies of #E00E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00E6F

Black with #E00E6F

Text Example


Text Example

White with #E00E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00E6F; }

 p { color: rgb(224,14,111); }

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

background-color css

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

 a { background-color: rgb(224,14,111); }

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

border-color css

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

 span { border-color: rgb(224,14,111); }

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