Html Css Color HEX #E00D6D Ruby

📋 copy color: '#E00D6D'

red 224 ◦ green 13 ◦ blue 109

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

Shades of Ruby #E00D6D

Tints of Ruby #E00D6D

RGB

 RED value IS 224 (87.89% from 255) = 64.74%

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

 BLUE value IS 109 (42.97% from 255) = 31.5%

R = 64.74%
G = 3.76%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E00D6D (or 0xE00D6D) is known color: Ruby. HEX triplet: E0, 0D and 6D. RGB value is (224,13,109). Sum of RGB (Red+Green+Blue) = 224+13+109=346 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.74% from 346); Green value is 13 (5.47% from 255 or 3.76% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 224 - color contains mainly: red. Hex color #E00D6D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00D6D is #1FF292. Grayscale: #565656. Windows color (decimal): -2093715 or 7146976. OLE color: 7146976.

HSL color Cylindrical-coordinate representation of color #E00D6D: hue angle of 332.7º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E00D6D is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 13 109 -
CMYK 0 0.94 0.51 0.12
HSL 332.7º 0.89% 0.46% -
HSV(B) 332.7º 0.94% 0.88% -
XYZ 33.64 17.24 16.02 -
YUV 87.03 140.4 225.69 -
System Red Green Blue C M Y K H S L
Decimal 224 13 109 0 0.94 0.51 0.12 332.7 0.89 0.46
Hex E0 D 6D 0 5E 33 C 14D 59 2E
Octal 340 15 155 0 136 63 14 515 131 56
Binary 11100000 1101 1101101 0 1011110 110011 1100 101001101 1011001 101110

Color Harmonies of #E00D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00D6D

Black with #E00D6D

Text Example


Text Example

White with #E00D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00D6D; }

 p { color: rgb(224,13,109); }

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

background-color css

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

 a { background-color: rgb(224,13,109); }

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

border-color css

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

 span { border-color: rgb(224,13,109); }

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