Html Css Color HEX #E01370 Ruby

📋 copy color: '#E01370'

red 224 ◦ green 19 ◦ blue 112

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

Shades of Ruby #E01370

Tints of Ruby #E01370

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.35%

 BLUE value IS 112 (44.14% from 255) = 31.55%

R = 63.1%
G = 5.35%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E01370 (or 0xE01370) is known color: Ruby. HEX triplet: E0, 13 and 70. RGB value is (224,19,112). Sum of RGB (Red+Green+Blue) = 224+19+112=355 (47% of max value = 765). Red value is 224 (87.89% from 255 or 63.10% from 355); Green value is 19 (7.81% from 255 or 5.35% from 355); Blue value is 112 (44.14% from 255 or 31.55% from 355); Max value from RGB is 224 - color contains mainly: red. Hex color #E01370 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01370 is #1FEC8F. Grayscale: #5A5A5A. Windows color (decimal): -2092176 or 7345120. OLE color: 7345120.

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

Color convert

RGB 224 19 112 -
CMYK 0 0.92 0.50 0.12
HSL 332.78º 0.84% 0.48% -
HSV(B) 332.78º 0.92% 0.88% -
XYZ 33.9 17.48 16.92 -
YUV 90.9 139.92 222.94 -
System Red Green Blue C M Y K H S L
Decimal 224 19 112 0 0.92 0.50 0.12 332.78 0.84 0.48
Hex E0 13 70 0 5C 32 C 14D 54 30
Octal 340 23 160 0 134 62 14 515 124 60
Binary 11100000 10011 1110000 0 1011100 110010 1100 101001101 1010100 110000

Color Harmonies of #E01370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01370

Black with #E01370

Text Example


Text Example

White with #E01370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01370; }

 p { color: rgb(224,19,112); }

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

background-color css

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

 a { background-color: rgb(224,19,112); }

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

border-color css

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

 span { border-color: rgb(224,19,112); }

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