Html Css Color HEX #E01560 Ruby

📋 copy color: '#E01560'

red 224 ◦ green 21 ◦ blue 96

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

Shades of Ruby #E01560

Tints of Ruby #E01560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 28.15%

R = 65.69%
G = 6.16%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#E01560 (or 0xE01560) is known color: Ruby. HEX triplet: E0, 15 and 60. RGB value is (224,21,96). Sum of RGB (Red+Green+Blue) = 224+21+96=341 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.69% from 341); Green value is 21 (8.59% from 255 or 6.16% from 341); Blue value is 96 (37.89% from 255 or 28.15% from 341); Max value from RGB is 224 - color contains mainly: red. Hex color #E01560 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01560 is #1FEA9F. Grayscale: #5A5A5A. Windows color (decimal): -2091680 or 6297056. OLE color: 6297056.

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

Color convert

RGB 224 21 96 -
CMYK 0 0.91 0.57 0.12
HSL 337.83º 0.83% 0.48% -
HSV(B) 337.83º 0.91% 0.88% -
XYZ 33.12 17.23 12.65 -
YUV 90.25 131.25 223.4 -
System Red Green Blue C M Y K H S L
Decimal 224 21 96 0 0.91 0.57 0.12 337.83 0.83 0.48
Hex E0 15 60 0 5B 39 C 152 53 30
Octal 340 25 140 0 133 71 14 522 123 60
Binary 11100000 10101 1100000 0 1011011 111001 1100 101010010 1010011 110000

Color Harmonies of #E01560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01560

Black with #E01560

Text Example


Text Example

White with #E01560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01560; }

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

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

background-color css

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

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

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

border-color css

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

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

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