Html Css Color HEX #E00971 Ruby

📋 copy color: '#E00971'

red 224 ◦ green 9 ◦ blue 113

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

Shades of Ruby #E00971

Tints of Ruby #E00971

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.6%

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

R = 64.74%
G = 2.6%
B = 32.66%

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

#E00971 (or 0xE00971) is known color: Ruby. HEX triplet: E0, 09 and 71. RGB value is (224,9,113). Sum of RGB (Red+Green+Blue) = 224+9+113=346 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.74% from 346); Green value is 9 (3.91% from 255 or 2.60% from 346); Blue value is 113 (44.53% from 255 or 32.66% from 346); Max value from RGB is 224 - color contains mainly: red. Hex color #E00971 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00971 is #1FF68E. Grayscale: #545454. Windows color (decimal): -2094735 or 7408096. OLE color: 7408096.

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

Color convert

RGB 224 9 113 -
CMYK 0 0.96 0.50 0.12
HSL 330.98º 0.92% 0.46% -
HSV(B) 330.98º 0.96% 0.88% -
XYZ 33.82 17.23 17.17 -
YUV 85.14 143.73 227.04 -
System Red Green Blue C M Y K H S L
Decimal 224 9 113 0 0.96 0.50 0.12 330.98 0.92 0.46
Hex E0 9 71 0 60 32 C 14B 5C 2E
Octal 340 11 161 0 140 62 14 513 134 56
Binary 11100000 1001 1110001 0 1100000 110010 1100 101001011 1011100 101110

Color Harmonies of #E00971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00971

Black with #E00971

Text Example


Text Example

White with #E00971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00971; }

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

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

background-color css

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

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

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

border-color css

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

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

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