Html Css Color HEX #E00870 Ruby

📋 copy color: '#E00870'

red 224 ◦ green 8 ◦ blue 112

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

Shades of Ruby #E00870

Tints of Ruby #E00870

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.33%

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

R = 65.12%
G = 2.33%
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

#E00870 (or 0xE00870) is known color: Ruby. HEX triplet: E0, 08 and 70. RGB value is (224,8,112). Sum of RGB (Red+Green+Blue) = 224+8+112=344 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.12% from 344); Green value is 8 (3.52% from 255 or 2.33% from 344); Blue value is 112 (44.14% from 255 or 32.56% from 344); Max value from RGB is 224 - color contains mainly: red. Hex color #E00870 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00870 is #1FF78F. Grayscale: #545454. Windows color (decimal): -2094992 or 7342304. OLE color: 7342304.

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

Color convert

RGB 224 8 112 -
CMYK 0 0.96 0.50 0.12
HSL 331.11º 0.93% 0.45% -
HSV(B) 331.11º 0.96% 0.88% -
XYZ 33.75 17.19 16.87 -
YUV 84.44 143.56 227.54 -
System Red Green Blue C M Y K H S L
Decimal 224 8 112 0 0.96 0.50 0.12 331.11 0.93 0.45
Hex E0 8 70 0 60 32 C 14B 5D 2D
Octal 340 10 160 0 140 62 14 513 135 55
Binary 11100000 1000 1110000 0 1100000 110010 1100 101001011 1011101 101101

Color Harmonies of #E00870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00870

Black with #E00870

Text Example


Text Example

White with #E00870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00870; }

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

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

background-color css

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

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

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

border-color css

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

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

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