Html Css Color HEX #E50D6B Ruby

📋 copy color: '#E50D6B'

red 229 ◦ green 13 ◦ blue 107

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

Shades of Ruby #E50D6B

Tints of Ruby #E50D6B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.72%

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

R = 65.62%
G = 3.72%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#E50D6B (or 0xE50D6B) is known color: Ruby. HEX triplet: E5, 0D and 6B. RGB value is (229,13,107). Sum of RGB (Red+Green+Blue) = 229+13+107=349 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.62% from 349); Green value is 13 (5.47% from 255 or 3.72% from 349); Blue value is 107 (42.19% from 255 or 30.66% from 349); Max value from RGB is 229 - color contains mainly: red. Hex color #E50D6B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50D6B is #1AF294. Grayscale: #585858. Windows color (decimal): -1766037 or 7015909. OLE color: 7015909.

HSL color Cylindrical-coordinate representation of color #E50D6B: hue angle of 333.89º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E50D6B is Cyan = 0, Magento = 0.94, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 13 107 -
CMYK 0 0.94 0.53 0.10
HSL 333.89º 0.89% 0.47% -
HSV(B) 333.89º 0.94% 0.9% -
XYZ 35.11 18.01 15.54 -
YUV 88.3 138.56 228.36 -
System Red Green Blue C M Y K H S L
Decimal 229 13 107 0 0.94 0.53 0.10 333.89 0.89 0.47
Hex E5 D 6B 0 5E 35 A 14E 59 2F
Octal 345 15 153 0 136 65 12 516 131 57
Binary 11100101 1101 1101011 0 1011110 110101 1010 101001110 1011001 101111

Color Harmonies of #E50D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50D6B

Black with #E50D6B

Text Example


Text Example

White with #E50D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50D6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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