Html Css Color HEX #E5135D Ruby

📋 copy color: '#E5135D'

red 229 ◦ green 19 ◦ blue 93

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

Shades of Ruby #E5135D

Tints of Ruby #E5135D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.57%

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

R = 67.16%
G = 5.57%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#E5135D (or 0xE5135D) is known color: Ruby. HEX triplet: E5, 13 and 5D. RGB value is (229,19,93). Sum of RGB (Red+Green+Blue) = 229+19+93=341 (45% of max value = 765). Red value is 229 (89.84% from 255 or 67.16% from 341); Green value is 19 (7.81% from 255 or 5.57% from 341); Blue value is 93 (36.72% from 255 or 27.27% from 341); Max value from RGB is 229 - color contains mainly: red. Hex color #E5135D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5135D is #1AECA2. Grayscale: #5A5A5A. Windows color (decimal): -1764515 or 6099941. OLE color: 6099941.

HSL color Cylindrical-coordinate representation of color #E5135D: hue angle of 338.86º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E5135D is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 19 93 -
CMYK 0 0.92 0.59 0.10
HSL 338.86º 0.85% 0.49% -
HSV(B) 338.86º 0.92% 0.9% -
XYZ 34.52 17.91 11.99 -
YUV 90.23 129.57 226.98 -
System Red Green Blue C M Y K H S L
Decimal 229 19 93 0 0.92 0.59 0.10 338.86 0.85 0.49
Hex E5 13 5D 0 5C 3B A 153 55 31
Octal 345 23 135 0 134 73 12 523 125 61
Binary 11100101 10011 1011101 0 1011100 111011 1010 101010011 1010101 110001

Color Harmonies of #E5135D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5135D

Black with #E5135D

Text Example


Text Example

White with #E5135D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5135D; }

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

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

background-color css

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

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

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

border-color css

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

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

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