Html Css Color HEX #E01555 Ruby

📋 copy color: '#E01555'

red 224 ◦ green 21 ◦ blue 85

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

Shades of Ruby #E01555

Tints of Ruby #E01555

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.36%

 BLUE value IS 85 (33.59% from 255) = 25.76%

R = 67.88%
G = 6.36%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E01555 (or 0xE01555) is known color: Ruby. HEX triplet: E0, 15 and 55. RGB value is (224,21,85). Sum of RGB (Red+Green+Blue) = 224+21+85=330 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.88% from 330); Green value is 21 (8.59% from 255 or 6.36% from 330); Blue value is 85 (33.59% from 255 or 25.76% from 330); Max value from RGB is 224 - color contains mainly: red. Hex color #E01555 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01555 is #1FEAAA. Grayscale: #585858. Windows color (decimal): -2091691 or 5576160. OLE color: 5576160.

HSL color Cylindrical-coordinate representation of color #E01555: hue angle of 341.08º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E01555 is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 21 85 -
CMYK 0 0.91 0.62 0.12
HSL 341.08º 0.83% 0.48% -
HSV(B) 341.08º 0.91% 0.88% -
XYZ 32.65 17.04 10.16 -
YUV 88.99 125.75 224.3 -
System Red Green Blue C M Y K H S L
Decimal 224 21 85 0 0.91 0.62 0.12 341.08 0.83 0.48
Hex E0 15 55 0 5B 3E C 155 53 30
Octal 340 25 125 0 133 76 14 525 123 60
Binary 11100000 10101 1010101 0 1011011 111110 1100 101010101 1010011 110000

Color Harmonies of #E01555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01555

Black with #E01555

Text Example


Text Example

White with #E01555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01555; }

 p { color: rgb(224,21,85); }

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

background-color css

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

 a { background-color: rgb(224,21,85); }

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

border-color css

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

 span { border-color: rgb(224,21,85); }

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