Html Css Color HEX #E00178 Ruby

📋 copy color: '#E00178'

red 224 ◦ green 1 ◦ blue 120

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

Shades of Ruby #E00178

Tints of Ruby #E00178

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

 BLUE value IS 120 (47.27% from 255) = 34.78%

R = 64.93%
G = 0.29%
B = 34.78%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E00178 (or 0xE00178) is known color: Ruby. HEX triplet: E0, 01 and 78. RGB value is (224,1,120). Sum of RGB (Red+Green+Blue) = 224+1+120=345 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.93% from 345); Green value is 1 (0.78% from 255 or 0.29% from 345); Blue value is 120 (47.27% from 255 or 34.78% from 345); Max value from RGB is 224 - color contains mainly: red. Hex color #E00178 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00178 is #1FFE87. Grayscale: #505050. Windows color (decimal): -2096776 or 7864800. OLE color: 7864800.

HSL color Cylindrical-coordinate representation of color #E00178: hue angle of 327.98º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E00178 is Cyan = 0, Magento = 1.00, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 1 120 -
CMYK 0 1.00 0.46 0.12
HSL 327.98º 0.99% 0.44% -
HSV(B) 327.98º 1% 0.88% -
XYZ 34.14 17.23 19.29 -
YUV 81.24 149.88 229.82 -
System Red Green Blue C M Y K H S L
Decimal 224 1 120 0 1.00 0.46 0.12 327.98 0.99 0.44
Hex E0 1 78 0 64 2E C 148 63 2C
Octal 340 1 170 0 144 56 14 510 143 54
Binary 11100000 1 1111000 0 1100100 101110 1100 101001000 1100011 101100

Color Harmonies of #E00178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00178

Black with #E00178

Text Example


Text Example

White with #E00178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00178; }

 p { color: rgb(224,1,120); }

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

background-color css

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

 a { background-color: rgb(224,1,120); }

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

border-color css

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

 span { border-color: rgb(224,1,120); }

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