Html Css Color HEX #E01D5D Ruby

📋 copy color: '#E01D5D'

red 224 ◦ green 29 ◦ blue 93

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

Shades of Ruby #E01D5D

Tints of Ruby #E01D5D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.38%

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

R = 64.74%
G = 8.38%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E01D5D (or 0xE01D5D) is known color: Ruby. HEX triplet: E0, 1D and 5D. RGB value is (224,29,93). Sum of RGB (Red+Green+Blue) = 224+29+93=346 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.74% from 346); Green value is 29 (11.72% from 255 or 8.38% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 224 - color contains mainly: red. Hex color #E01D5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E01D5D is #1FE2A2. Grayscale: #5E5E5E. Windows color (decimal): -2089635 or 6102496. OLE color: 6102496.

HSL color Cylindrical-coordinate representation of color #E01D5D: hue angle of 340.31º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E01D5D is Cyan = 0, Magento = 0.87, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 29 93 -
CMYK 0 0.87 0.58 0.12
HSL 340.31º 0.77% 0.5% -
HSV(B) 340.31º 0.87% 0.88% -
XYZ 33.16 17.52 11.99 -
YUV 94.6 127.1 220.3 -
System Red Green Blue C M Y K H S L
Decimal 224 29 93 0 0.87 0.58 0.12 340.31 0.77 0.5
Hex E0 1D 5D 0 57 3A C 154 4D 32
Octal 340 35 135 0 127 72 14 524 115 62
Binary 11100000 11101 1011101 0 1010111 111010 1100 101010100 1001101 110010

Color Harmonies of #E01D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01D5D

Black with #E01D5D

Text Example


Text Example

White with #E01D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01D5D; }

 p { color: rgb(224,29,93); }

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

background-color css

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

 a { background-color: rgb(224,29,93); }

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

border-color css

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

 span { border-color: rgb(224,29,93); }

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