Html Css Color HEX #E5145D Ruby

📋 copy color: '#E5145D'

red 229 ◦ green 20 ◦ blue 93

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

Shades of Ruby #E5145D

Tints of Ruby #E5145D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.19%

R = 66.96%
G = 5.85%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#E5145D (or 0xE5145D) is known color: Ruby. HEX triplet: E5, 14 and 5D. RGB value is (229,20,93). Sum of RGB (Red+Green+Blue) = 229+20+93=342 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.96% from 342); Green value is 20 (8.20% from 255 or 5.85% from 342); Blue value is 93 (36.72% from 255 or 27.19% from 342); Max value from RGB is 229 - color contains mainly: red. Hex color #E5145D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5145D is #1AEBA2. Grayscale: #5A5A5A. Windows color (decimal): -1764259 or 6100197. OLE color: 6100197.

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

Color convert

RGB 229 20 93 -
CMYK 0 0.91 0.59 0.10
HSL 339.04º 0.84% 0.49% -
HSV(B) 339.04º 0.91% 0.9% -
XYZ 34.54 17.95 12 -
YUV 90.81 129.24 226.56 -
System Red Green Blue C M Y K H S L
Decimal 229 20 93 0 0.91 0.59 0.10 339.04 0.84 0.49
Hex E5 14 5D 0 5B 3B A 153 54 31
Octal 345 24 135 0 133 73 12 523 124 61
Binary 11100101 10100 1011101 0 1011011 111011 1010 101010011 1010100 110001

Color Harmonies of #E5145D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5145D

Black with #E5145D

Text Example


Text Example

White with #E5145D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5145D; }

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

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

background-color css

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

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

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

border-color css

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

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

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