Html Css Color HEX #E5147A Ruby

📋 copy color: '#E5147A'

red 229 ◦ green 20 ◦ blue 122

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

Shades of Ruby #E5147A

Tints of Ruby #E5147A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.88%

R = 61.73%
G = 5.39%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E5147A (or 0xE5147A) is known color: Ruby. HEX triplet: E5, 14 and 7A. RGB value is (229,20,122). Sum of RGB (Red+Green+Blue) = 229+20+122=371 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.73% from 371); Green value is 20 (8.20% from 255 or 5.39% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 229 - color contains mainly: red. Hex color #E5147A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5147A is #1AEB85. Grayscale: #5D5D5D. Windows color (decimal): -1764230 or 8000741. OLE color: 8000741.

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

Color convert

RGB 229 20 122 -
CMYK 0 0.91 0.47 0.10
HSL 330.72º 0.84% 0.49% -
HSV(B) 330.72º 0.91% 0.9% -
XYZ 36.08 18.56 20.09 -
YUV 94.12 143.74 224.21 -
System Red Green Blue C M Y K H S L
Decimal 229 20 122 0 0.91 0.47 0.10 330.72 0.84 0.49
Hex E5 14 7A 0 5B 2F A 14B 54 31
Octal 345 24 172 0 133 57 12 513 124 61
Binary 11100101 10100 1111010 0 1011011 101111 1010 101001011 1010100 110001

Color Harmonies of #E5147A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5147A

Black with #E5147A

Text Example


Text Example

White with #E5147A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5147A; }

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

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

background-color css

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

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

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

border-color css

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

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

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