Html Css Color HEX #E01E5C Ruby

📋 copy color: '#E01E5C'

red 224 ◦ green 30 ◦ blue 92

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

Shades of Ruby #E01E5C

Tints of Ruby #E01E5C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.67%

 BLUE value IS 92 (36.33% from 255) = 26.59%

R = 64.74%
G = 8.67%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E01E5C (or 0xE01E5C) is known color: Ruby. HEX triplet: E0, 1E and 5C. RGB value is (224,30,92). Sum of RGB (Red+Green+Blue) = 224+30+92=346 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.74% from 346); Green value is 30 (12.11% from 255 or 8.67% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 224 - color contains mainly: red. Hex color #E01E5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E01E5C is #1FE1A3. Grayscale: #5F5F5F. Windows color (decimal): -2089380 or 6037216. OLE color: 6037216.

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

Color convert

RGB 224 30 92 -
CMYK 0 0.87 0.59 0.12
HSL 340.82º 0.76% 0.5% -
HSV(B) 340.82º 0.87% 0.88% -
XYZ 33.14 17.55 11.77 -
YUV 95.07 126.27 219.96 -
System Red Green Blue C M Y K H S L
Decimal 224 30 92 0 0.87 0.59 0.12 340.82 0.76 0.5
Hex E0 1E 5C 0 57 3B C 155 4C 32
Octal 340 36 134 0 127 73 14 525 114 62
Binary 11100000 11110 1011100 0 1010111 111011 1100 101010101 1001100 110010

Color Harmonies of #E01E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01E5C

Black with #E01E5C

Text Example


Text Example

White with #E01E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01E5C; }

 p { color: rgb(224,30,92); }

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

background-color css

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

 a { background-color: rgb(224,30,92); }

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

border-color css

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

 span { border-color: rgb(224,30,92); }

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