Html Css Color HEX #E01470 Ruby

📋 copy color: '#E01470'

red 224 ◦ green 20 ◦ blue 112

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

Shades of Ruby #E01470

Tints of Ruby #E01470

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.62%

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

R = 62.92%
G = 5.62%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E01470 (or 0xE01470) is known color: Ruby. HEX triplet: E0, 14 and 70. RGB value is (224,20,112). Sum of RGB (Red+Green+Blue) = 224+20+112=356 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.92% from 356); Green value is 20 (8.20% from 255 or 5.62% from 356); Blue value is 112 (44.14% from 255 or 31.46% from 356); Max value from RGB is 224 - color contains mainly: red. Hex color #E01470 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01470 is #1FEB8F. Grayscale: #5B5B5B. Windows color (decimal): -2091920 or 7345376. OLE color: 7345376.

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

Color convert

RGB 224 20 112 -
CMYK 0 0.91 0.50 0.12
HSL 332.94º 0.84% 0.48% -
HSV(B) 332.94º 0.91% 0.88% -
XYZ 33.92 17.52 16.92 -
YUV 91.48 139.59 222.52 -
System Red Green Blue C M Y K H S L
Decimal 224 20 112 0 0.91 0.50 0.12 332.94 0.84 0.48
Hex E0 14 70 0 5B 32 C 14D 54 30
Octal 340 24 160 0 133 62 14 515 124 60
Binary 11100000 10100 1110000 0 1011011 110010 1100 101001101 1010100 110000

Color Harmonies of #E01470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01470

Black with #E01470

Text Example


Text Example

White with #E01470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01470; }

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

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

background-color css

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

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

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

border-color css

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

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

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