Html Css Color HEX #E00A71 Ruby

📋 copy color: '#E00A71'

red 224 ◦ green 10 ◦ blue 113

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

Shades of Ruby #E00A71

Tints of Ruby #E00A71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 32.56%

R = 64.55%
G = 2.88%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E00A71 (or 0xE00A71) is known color: Ruby. HEX triplet: E0, 0A and 71. RGB value is (224,10,113). Sum of RGB (Red+Green+Blue) = 224+10+113=347 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.55% from 347); Green value is 10 (4.30% from 255 or 2.88% from 347); Blue value is 113 (44.53% from 255 or 32.56% from 347); Max value from RGB is 224 - color contains mainly: red. Hex color #E00A71 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00A71 is #1FF58E. Grayscale: #555555. Windows color (decimal): -2094479 or 7408352. OLE color: 7408352.

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

Color convert

RGB 224 10 113 -
CMYK 0 0.96 0.50 0.12
HSL 331.12º 0.91% 0.46% -
HSV(B) 331.12º 0.96% 0.88% -
XYZ 33.83 17.26 17.17 -
YUV 85.73 143.4 226.62 -
System Red Green Blue C M Y K H S L
Decimal 224 10 113 0 0.96 0.50 0.12 331.12 0.91 0.46
Hex E0 A 71 0 60 32 C 14B 5B 2E
Octal 340 12 161 0 140 62 14 513 133 56
Binary 11100000 1010 1110001 0 1100000 110010 1100 101001011 1011011 101110

Color Harmonies of #E00A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00A71

Black with #E00A71

Text Example


Text Example

White with #E00A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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