Html Css Color HEX #E50D6C Ruby

📋 copy color: '#E50D6C'

red 229 ◦ green 13 ◦ blue 108

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

Shades of Ruby #E50D6C

Tints of Ruby #E50D6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30.86%

R = 65.43%
G = 3.71%
B = 30.86%

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

#E50D6C (or 0xE50D6C) is known color: Ruby. HEX triplet: E5, 0D and 6C. RGB value is (229,13,108). Sum of RGB (Red+Green+Blue) = 229+13+108=350 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.43% from 350); Green value is 13 (5.47% from 255 or 3.71% from 350); Blue value is 108 (42.58% from 255 or 30.86% from 350); Max value from RGB is 229 - color contains mainly: red. Hex color #E50D6C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50D6C is #1AF293. Grayscale: #585858. Windows color (decimal): -1766036 or 7081445. OLE color: 7081445.

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

Color convert

RGB 229 13 108 -
CMYK 0 0.94 0.53 0.10
HSL 333.61º 0.89% 0.47% -
HSV(B) 333.61º 0.94% 0.9% -
XYZ 35.16 18.03 15.81 -
YUV 88.41 139.06 228.28 -
System Red Green Blue C M Y K H S L
Decimal 229 13 108 0 0.94 0.53 0.10 333.61 0.89 0.47
Hex E5 D 6C 0 5E 35 A 14E 59 2F
Octal 345 15 154 0 136 65 12 516 131 57
Binary 11100101 1101 1101100 0 1011110 110101 1010 101001110 1011001 101111

Color Harmonies of #E50D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50D6C

Black with #E50D6C

Text Example


Text Example

White with #E50D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50D6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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