Html Css Color HEX #E5145C Ruby

📋 copy color: '#E5145C'

red 229 ◦ green 20 ◦ blue 92

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

Shades of Ruby #E5145C

Tints of Ruby #E5145C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.98%

R = 67.16%
G = 5.87%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#E5145C (or 0xE5145C) is known color: Ruby. HEX triplet: E5, 14 and 5C. RGB value is (229,20,92). Sum of RGB (Red+Green+Blue) = 229+20+92=341 (45% of max value = 765). Red value is 229 (89.84% from 255 or 67.16% from 341); Green value is 20 (8.20% from 255 or 5.87% from 341); Blue value is 92 (36.33% from 255 or 26.98% from 341); Max value from RGB is 229 - color contains mainly: red. Hex color #E5145C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5145C is #1AEBA3. Grayscale: #5A5A5A. Windows color (decimal): -1764260 or 6034661. OLE color: 6034661.

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

Color convert

RGB 229 20 92 -
CMYK 0 0.91 0.60 0.10
HSL 339.33º 0.84% 0.49% -
HSV(B) 339.33º 0.91% 0.9% -
XYZ 34.5 17.93 11.77 -
YUV 90.7 128.74 226.65 -
System Red Green Blue C M Y K H S L
Decimal 229 20 92 0 0.91 0.60 0.10 339.33 0.84 0.49
Hex E5 14 5C 0 5B 3C A 153 54 31
Octal 345 24 134 0 133 74 12 523 124 61
Binary 11100101 10100 1011100 0 1011011 111100 1010 101010011 1010100 110001

Color Harmonies of #E5145C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5145C

Black with #E5145C

Text Example


Text Example

White with #E5145C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5145C; }

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

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

background-color css

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

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

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

border-color css

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

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

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