Html Css Color HEX #E00970 Ruby

📋 copy color: '#E00970'

red 224 ◦ green 9 ◦ blue 112

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

Shades of Ruby #E00970

Tints of Ruby #E00970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 32.46%

R = 64.93%
G = 2.61%
B = 32.46%

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

#E00970 (or 0xE00970) is known color: Ruby. HEX triplet: E0, 09 and 70. RGB value is (224,9,112). Sum of RGB (Red+Green+Blue) = 224+9+112=345 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.93% from 345); Green value is 9 (3.91% from 255 or 2.61% from 345); Blue value is 112 (44.14% from 255 or 32.46% from 345); Max value from RGB is 224 - color contains mainly: red. Hex color #E00970 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00970 is #1FF68F. Grayscale: #545454. Windows color (decimal): -2094736 or 7342560. OLE color: 7342560.

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

Color convert

RGB 224 9 112 -
CMYK 0 0.96 0.50 0.12
HSL 331.26º 0.92% 0.46% -
HSV(B) 331.26º 0.96% 0.88% -
XYZ 33.76 17.21 16.87 -
YUV 85.03 143.23 227.12 -
System Red Green Blue C M Y K H S L
Decimal 224 9 112 0 0.96 0.50 0.12 331.26 0.92 0.46
Hex E0 9 70 0 60 32 C 14B 5C 2E
Octal 340 11 160 0 140 62 14 513 134 56
Binary 11100000 1001 1110000 0 1100000 110010 1100 101001011 1011100 101110

Color Harmonies of #E00970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00970

Black with #E00970

Text Example


Text Example

White with #E00970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00970; }

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

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

background-color css

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

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

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

border-color css

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

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

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