Html Css Color HEX #E3147C Ruby

📋 copy color: '#E3147C'

red 227 ◦ green 20 ◦ blue 124

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

Shades of Ruby #E3147C

Tints of Ruby #E3147C

RGB

 RED value IS 227 (89.06% from 255) = 61.19%

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

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

R = 61.19%
G = 5.39%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#E3147C (or 0xE3147C) is known color: Ruby. HEX triplet: E3, 14 and 7C. RGB value is (227,20,124). Sum of RGB (Red+Green+Blue) = 227+20+124=371 (49% of max value = 765). Red value is 227 (89.06% from 255 or 61.19% from 371); Green value is 20 (8.20% from 255 or 5.39% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 227 - color contains mainly: red. Hex color #E3147C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3147C is #1CEB83. Grayscale: #5D5D5D. Windows color (decimal): -1895300 or 8131811. OLE color: 8131811.

HSL color Cylindrical-coordinate representation of color #E3147C: hue angle of 329.86º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E3147C is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 20 124 -
CMYK 0 0.91 0.45 0.11
HSL 329.86º 0.84% 0.48% -
HSV(B) 329.86º 0.91% 0.89% -
XYZ 35.57 18.29 20.72 -
YUV 93.75 145.08 223.04 -
System Red Green Blue C M Y K H S L
Decimal 227 20 124 0 0.91 0.45 0.11 329.86 0.84 0.48
Hex E3 14 7C 0 5B 2D B 14A 54 30
Octal 343 24 174 0 133 55 13 512 124 60
Binary 11100011 10100 1111100 0 1011011 101101 1011 101001010 1010100 110000

Color Harmonies of #E3147C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3147C

Black with #E3147C

Text Example


Text Example

White with #E3147C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3147C; }

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

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

background-color css

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

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

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

border-color css

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

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

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