Html Css Color HEX #E00176 Ruby

📋 copy color: '#E00176'

red 224 ◦ green 1 ◦ blue 118

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

Shades of Ruby #E00176

Tints of Ruby #E00176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 34.4%

R = 65.31%
G = 0.29%
B = 34.4%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#E00176 (or 0xE00176) is known color: Ruby. HEX triplet: E0, 01 and 76. RGB value is (224,1,118). Sum of RGB (Red+Green+Blue) = 224+1+118=343 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.31% from 343); Green value is 1 (0.78% from 255 or 0.29% from 343); Blue value is 118 (46.48% from 255 or 34.40% from 343); Max value from RGB is 224 - color contains mainly: red. Hex color #E00176 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00176 is #1FFE89. Grayscale: #505050. Windows color (decimal): -2096778 or 7733728. OLE color: 7733728.

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

Color convert

RGB 224 1 118 -
CMYK 0 1.00 0.47 0.12
HSL 328.52º 0.99% 0.44% -
HSV(B) 328.52º 1% 0.88% -
XYZ 34.02 17.18 18.66 -
YUV 81.02 148.88 229.99 -
System Red Green Blue C M Y K H S L
Decimal 224 1 118 0 1.00 0.47 0.12 328.52 0.99 0.44
Hex E0 1 76 0 64 2F C 149 63 2C
Octal 340 1 166 0 144 57 14 511 143 54
Binary 11100000 1 1110110 0 1100100 101111 1100 101001001 1100011 101100

Color Harmonies of #E00176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00176

Black with #E00176

Text Example


Text Example

White with #E00176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00176; }

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

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

background-color css

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

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

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

border-color css

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

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

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