Html Css Color HEX #E8147C Ruby

📋 copy color: '#E8147C'

red 232 ◦ green 20 ◦ blue 124

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

Shades of Ruby #E8147C

Tints of Ruby #E8147C

RGB

 RED value IS 232 (91.02% from 255) = 61.7%

 GREEN value IS 20 (8.2% from 255) = 5.32%

 BLUE value IS 124 (48.83% from 255) = 32.98%

R = 61.7%
G = 5.32%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.47

 K value IS 0.09

RGB Variations

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

Color information

#E8147C (or 0xE8147C) is known color: Ruby. HEX triplet: E8, 14 and 7C. RGB value is (232,20,124). Sum of RGB (Red+Green+Blue) = 232+20+124=376 (49% of max value = 765). Red value is 232 (91.02% from 255 or 61.70% from 376); Green value is 20 (8.20% from 255 or 5.32% from 376); Blue value is 124 (48.83% from 255 or 32.98% from 376); Max value from RGB is 232 - color contains mainly: red. Hex color #E8147C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8147C is #17EB83. Grayscale: #5F5F5F. Windows color (decimal): -1567620 or 8131816. OLE color: 8131816.

HSL color Cylindrical-coordinate representation of color #E8147C: hue angle of 330.57º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E8147C is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 20 124 -
CMYK 0 0.91 0.47 0.09
HSL 330.57º 0.84% 0.49% -
HSV(B) 330.57º 0.91% 0.91% -
XYZ 37.17 19.11 20.8 -
YUV 95.24 144.24 225.54 -
System Red Green Blue C M Y K H S L
Decimal 232 20 124 0 0.91 0.47 0.09 330.57 0.84 0.49
Hex E8 14 7C 0 5B 2F 9 14B 54 31
Octal 350 24 174 0 133 57 11 513 124 61
Binary 11101000 10100 1111100 0 1011011 101111 1001 101001011 1010100 110001

Color Harmonies of #E8147C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8147C

Black with #E8147C

Text Example


Text Example

White with #E8147C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8147C; }

 p { color: rgb(232,20,124); }

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

background-color css

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

 a { background-color: rgb(232,20,124); }

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

border-color css

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

 span { border-color: rgb(232,20,124); }

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