Html Css Color HEX #E5146A Ruby

📋 copy color: '#E5146A'

red 229 ◦ green 20 ◦ blue 106

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

Shades of Ruby #E5146A

Tints of Ruby #E5146A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.86%

R = 64.51%
G = 5.63%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#E5146A (or 0xE5146A) is known color: Ruby. HEX triplet: E5, 14 and 6A. RGB value is (229,20,106). Sum of RGB (Red+Green+Blue) = 229+20+106=355 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.51% from 355); Green value is 20 (8.20% from 255 or 5.63% from 355); Blue value is 106 (41.80% from 255 or 29.86% from 355); Max value from RGB is 229 - color contains mainly: red. Hex color #E5146A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5146A is #1AEB95. Grayscale: #5C5C5C. Windows color (decimal): -1764246 or 6952165. OLE color: 6952165.

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

Color convert

RGB 229 20 106 -
CMYK 0 0.91 0.54 0.10
HSL 335.31º 0.84% 0.49% -
HSV(B) 335.31º 0.91% 0.9% -
XYZ 35.16 18.2 15.3 -
YUV 92.3 135.74 225.51 -
System Red Green Blue C M Y K H S L
Decimal 229 20 106 0 0.91 0.54 0.10 335.31 0.84 0.49
Hex E5 14 6A 0 5B 36 A 14F 54 31
Octal 345 24 152 0 133 66 12 517 124 61
Binary 11100101 10100 1101010 0 1011011 110110 1010 101001111 1010100 110001

Color Harmonies of #E5146A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5146A

Black with #E5146A

Text Example


Text Example

White with #E5146A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5146A; }

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

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

background-color css

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

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

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

border-color css

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

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

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