Html Css Color HEX #E01D5E Ruby

📋 copy color: '#E01D5E'

red 224 ◦ green 29 ◦ blue 94

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

Shades of Ruby #E01D5E

Tints of Ruby #E01D5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.09%

R = 64.55%
G = 8.36%
B = 27.09%

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

#E01D5E (or 0xE01D5E) is known color: Ruby. HEX triplet: E0, 1D and 5E. RGB value is (224,29,94). Sum of RGB (Red+Green+Blue) = 224+29+94=347 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.55% from 347); Green value is 29 (11.72% from 255 or 8.36% from 347); Blue value is 94 (37.11% from 255 or 27.09% from 347); Max value from RGB is 224 - color contains mainly: red. Hex color #E01D5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E01D5E is #1FE2A1. Grayscale: #5E5E5E. Windows color (decimal): -2089634 or 6168032. OLE color: 6168032.

HSL color Cylindrical-coordinate representation of color #E01D5E: hue angle of 340º 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 #E01D5E is Cyan = 0, Magento = 0.87, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 29 94 -
CMYK 0 0.87 0.58 0.12
HSL 340º 0.77% 0.5% -
HSV(B) 340º 0.87% 0.88% -
XYZ 33.2 17.53 12.22 -
YUV 94.72 127.6 220.21 -
System Red Green Blue C M Y K H S L
Decimal 224 29 94 0 0.87 0.58 0.12 340 0.77 0.5
Hex E0 1D 5E 0 57 3A C 154 4D 32
Octal 340 35 136 0 127 72 14 524 115 62
Binary 11100000 11101 1011110 0 1010111 111010 1100 101010100 1001101 110010

Color Harmonies of #E01D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01D5E

Black with #E01D5E

Text Example


Text Example

White with #E01D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01D5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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