Html Css Color HEX #E5145F Ruby

📋 copy color: '#E5145F'

red 229 ◦ green 20 ◦ blue 95

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

Shades of Ruby #E5145F

Tints of Ruby #E5145F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 27.62%

R = 66.57%
G = 5.81%
B = 27.62%

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

#E5145F (or 0xE5145F) is known color: Ruby. HEX triplet: E5, 14 and 5F. RGB value is (229,20,95). Sum of RGB (Red+Green+Blue) = 229+20+95=344 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.57% from 344); Green value is 20 (8.20% from 255 or 5.81% from 344); Blue value is 95 (37.5% from 255 or 27.62% from 344); Max value from RGB is 229 - color contains mainly: red. Hex color #E5145F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5145F is #1AEBA0. Grayscale: #5A5A5A. Windows color (decimal): -1764257 or 6231269. OLE color: 6231269.

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

Color convert

RGB 229 20 95 -
CMYK 0 0.91 0.59 0.10
HSL 338.47º 0.84% 0.49% -
HSV(B) 338.47º 0.91% 0.9% -
XYZ 34.63 17.98 12.47 -
YUV 91.04 130.24 226.4 -
System Red Green Blue C M Y K H S L
Decimal 229 20 95 0 0.91 0.59 0.10 338.47 0.84 0.49
Hex E5 14 5F 0 5B 3B A 152 54 31
Octal 345 24 137 0 133 73 12 522 124 61
Binary 11100101 10100 1011111 0 1011011 111011 1010 101010010 1010100 110001

Color Harmonies of #E5145F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5145F

Black with #E5145F

Text Example


Text Example

White with #E5145F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5145F; }

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

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

background-color css

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

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

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

border-color css

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

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

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