Html Css Color HEX #E5147D Ruby

📋 copy color: '#E5147D'

red 229 ◦ green 20 ◦ blue 125

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

Shades of Ruby #E5147D

Tints of Ruby #E5147D

RGB

 RED value IS 229 (89.84% from 255) = 61.23%

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

 BLUE value IS 125 (49.22% from 255) = 33.42%

R = 61.23%
G = 5.35%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#E5147D (or 0xE5147D) is known color: Ruby. HEX triplet: E5, 14 and 7D. RGB value is (229,20,125). Sum of RGB (Red+Green+Blue) = 229+20+125=374 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.23% from 374); Green value is 20 (8.20% from 255 or 5.35% from 374); Blue value is 125 (49.22% from 255 or 33.42% from 374); Max value from RGB is 229 - color contains mainly: red. Hex color #E5147D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5147D is #1AEB82. Grayscale: #5E5E5E. Windows color (decimal): -1764227 or 8197349. OLE color: 8197349.

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

Color convert

RGB 229 20 125 -
CMYK 0 0.91 0.45 0.10
HSL 329.86º 0.84% 0.49% -
HSV(B) 329.86º 0.91% 0.9% -
XYZ 36.26 18.64 21.09 -
YUV 94.46 145.24 223.96 -
System Red Green Blue C M Y K H S L
Decimal 229 20 125 0 0.91 0.45 0.10 329.86 0.84 0.49
Hex E5 14 7D 0 5B 2D A 14A 54 31
Octal 345 24 175 0 133 55 12 512 124 61
Binary 11100101 10100 1111101 0 1011011 101101 1010 101001010 1010100 110001

Color Harmonies of #E5147D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5147D

Black with #E5147D

Text Example


Text Example

White with #E5147D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5147D; }

 p { color: rgb(229,20,125); }

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

background-color css

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

 a { background-color: rgb(229,20,125); }

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

border-color css

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

 span { border-color: rgb(229,20,125); }

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