Html Css Color HEX #E5136B Ruby

📋 copy color: '#E5136B'

red 229 ◦ green 19 ◦ blue 107

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

Shades of Ruby #E5136B

Tints of Ruby #E5136B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.14%

R = 64.51%
G = 5.35%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#E5136B (or 0xE5136B) is known color: Ruby. HEX triplet: E5, 13 and 6B. RGB value is (229,19,107). Sum of RGB (Red+Green+Blue) = 229+19+107=355 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.51% from 355); Green value is 19 (7.81% from 255 or 5.35% from 355); Blue value is 107 (42.19% from 255 or 30.14% from 355); Max value from RGB is 229 - color contains mainly: red. Hex color #E5136B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5136B is #1AEC94. Grayscale: #5B5B5B. Windows color (decimal): -1764501 or 7017445. OLE color: 7017445.

HSL color Cylindrical-coordinate representation of color #E5136B: hue angle of 334.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 #E5136B is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 19 107 -
CMYK 0 0.92 0.53 0.10
HSL 334.86º 0.85% 0.49% -
HSV(B) 334.86º 0.92% 0.9% -
XYZ 35.2 18.19 15.56 -
YUV 91.82 136.57 225.84 -
System Red Green Blue C M Y K H S L
Decimal 229 19 107 0 0.92 0.53 0.10 334.86 0.85 0.49
Hex E5 13 6B 0 5C 35 A 14F 55 31
Octal 345 23 153 0 134 65 12 517 125 61
Binary 11100101 10011 1101011 0 1011100 110101 1010 101001111 1010101 110001

Color Harmonies of #E5136B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5136B

Black with #E5136B

Text Example


Text Example

White with #E5136B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5136B; }

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

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

background-color css

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

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

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

border-color css

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

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

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