Html Css Color HEX #E01550 Ruby

📋 copy color: '#E01550'

red 224 ◦ green 21 ◦ blue 80

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

Shades of Ruby #E01550

Tints of Ruby #E01550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 24.62%

R = 68.92%
G = 6.46%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E01550 (or 0xE01550) is known color: Ruby. HEX triplet: E0, 15 and 50. RGB value is (224,21,80). Sum of RGB (Red+Green+Blue) = 224+21+80=325 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.92% from 325); Green value is 21 (8.59% from 255 or 6.46% from 325); Blue value is 80 (31.64% from 255 or 24.62% from 325); Max value from RGB is 224 - color contains mainly: red. Hex color #E01550 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01550 is #1FEAAF. Grayscale: #585858. Windows color (decimal): -2091696 or 5248480. OLE color: 5248480.

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

Color convert

RGB 224 21 80 -
CMYK 0 0.91 0.64 0.12
HSL 342.56º 0.83% 0.48% -
HSV(B) 342.56º 0.91% 0.88% -
XYZ 32.46 16.96 9.15 -
YUV 88.42 123.25 224.7 -
System Red Green Blue C M Y K H S L
Decimal 224 21 80 0 0.91 0.64 0.12 342.56 0.83 0.48
Hex E0 15 50 0 5B 40 C 157 53 30
Octal 340 25 120 0 133 100 14 527 123 60
Binary 11100000 10101 1010000 0 1011011 1000000 1100 101010111 1010011 110000

Color Harmonies of #E01550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01550

Black with #E01550

Text Example


Text Example

White with #E01550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01550; }

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

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

background-color css

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

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

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

border-color css

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

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

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