Html Css Color HEX #E00875 Ruby

📋 copy color: '#E00875'

red 224 ◦ green 8 ◦ blue 117

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

Shades of Ruby #E00875

Tints of Ruby #E00875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 33.52%

R = 64.18%
G = 2.29%
B = 33.52%

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

#E00875 (or 0xE00875) is known color: Ruby. HEX triplet: E0, 08 and 75. RGB value is (224,8,117). Sum of RGB (Red+Green+Blue) = 224+8+117=349 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64.18% from 349); Green value is 8 (3.52% from 255 or 2.29% from 349); Blue value is 117 (46.09% from 255 or 33.52% from 349); Max value from RGB is 224 - color contains mainly: red. Hex color #E00875 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00875 is #1FF78A. Grayscale: #545454. Windows color (decimal): -2094987 or 7669984. OLE color: 7669984.

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

Color convert

RGB 224 8 117 -
CMYK 0 0.96 0.48 0.12
HSL 329.72º 0.93% 0.45% -
HSV(B) 329.72º 0.96% 0.88% -
XYZ 34.04 17.31 18.38 -
YUV 85.01 146.06 227.14 -
System Red Green Blue C M Y K H S L
Decimal 224 8 117 0 0.96 0.48 0.12 329.72 0.93 0.45
Hex E0 8 75 0 60 30 C 14A 5D 2D
Octal 340 10 165 0 140 60 14 512 135 55
Binary 11100000 1000 1110101 0 1100000 110000 1100 101001010 1011101 101101

Color Harmonies of #E00875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00875

Black with #E00875

Text Example


Text Example

White with #E00875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00875; }

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

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

background-color css

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

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

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

border-color css

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

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

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