Html Css Color HEX #E00874 Ruby

📋 copy color: '#E00874'

red 224 ◦ green 8 ◦ blue 116

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

Shades of Ruby #E00874

Tints of Ruby #E00874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 33.33%

R = 64.37%
G = 2.3%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E00874 (or 0xE00874) is known color: Ruby. HEX triplet: E0, 08 and 74. RGB value is (224,8,116). Sum of RGB (Red+Green+Blue) = 224+8+116=348 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64.37% from 348); Green value is 8 (3.52% from 255 or 2.30% from 348); Blue value is 116 (45.70% from 255 or 33.33% from 348); Max value from RGB is 224 - color contains mainly: red. Hex color #E00874 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00874 is #1FF78B. Grayscale: #545454. Windows color (decimal): -2094988 or 7604448. OLE color: 7604448.

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

Color convert

RGB 224 8 116 -
CMYK 0 0.96 0.48 0.12
HSL 330º 0.93% 0.45% -
HSV(B) 330º 0.96% 0.88% -
XYZ 33.98 17.28 18.07 -
YUV 84.9 145.56 227.22 -
System Red Green Blue C M Y K H S L
Decimal 224 8 116 0 0.96 0.48 0.12 330 0.93 0.45
Hex E0 8 74 0 60 30 C 14A 5D 2D
Octal 340 10 164 0 140 60 14 512 135 55
Binary 11100000 1000 1110100 0 1100000 110000 1100 101001010 1011101 101101

Color Harmonies of #E00874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00874

Black with #E00874

Text Example


Text Example

White with #E00874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00874; }

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

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

background-color css

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

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

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

border-color css

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

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

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