Html Css Color HEX #E00A72 Ruby

📋 copy color: '#E00A72'

red 224 ◦ green 10 ◦ blue 114

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

Shades of Ruby #E00A72

Tints of Ruby #E00A72

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.87%

 BLUE value IS 114 (44.92% from 255) = 32.76%

R = 64.37%
G = 2.87%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E00A72 (or 0xE00A72) is known color: Ruby. HEX triplet: E0, 0A and 72. RGB value is (224,10,114). Sum of RGB (Red+Green+Blue) = 224+10+114=348 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64.37% from 348); Green value is 10 (4.30% from 255 or 2.87% from 348); Blue value is 114 (44.92% from 255 or 32.76% from 348); Max value from RGB is 224 - color contains mainly: red. Hex color #E00A72 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00A72 is #1FF58D. Grayscale: #555555. Windows color (decimal): -2094478 or 7473888. OLE color: 7473888.

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

Color convert

RGB 224 10 114 -
CMYK 0 0.96 0.49 0.12
HSL 330.84º 0.91% 0.46% -
HSV(B) 330.84º 0.96% 0.88% -
XYZ 33.89 17.28 17.47 -
YUV 85.84 143.9 226.54 -
System Red Green Blue C M Y K H S L
Decimal 224 10 114 0 0.96 0.49 0.12 330.84 0.91 0.46
Hex E0 A 72 0 60 31 C 14B 5B 2E
Octal 340 12 162 0 140 61 14 513 133 56
Binary 11100000 1010 1110010 0 1100000 110001 1100 101001011 1011011 101110

Color Harmonies of #E00A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00A72

Black with #E00A72

Text Example


Text Example

White with #E00A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00A72; }

 p { color: rgb(224,10,114); }

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

background-color css

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

 a { background-color: rgb(224,10,114); }

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

border-color css

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

 span { border-color: rgb(224,10,114); }

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