Html Css Color HEX #E01570 Ruby

📋 copy color: '#E01570'

red 224 ◦ green 21 ◦ blue 112

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

Shades of Ruby #E01570

Tints of Ruby #E01570

RGB

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

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

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

R = 62.75%
G = 5.88%
B = 31.37%

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

#E01570 (or 0xE01570) is known color: Ruby. HEX triplet: E0, 15 and 70. RGB value is (224,21,112). Sum of RGB (Red+Green+Blue) = 224+21+112=357 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.75% from 357); Green value is 21 (8.59% from 255 or 5.88% from 357); Blue value is 112 (44.14% from 255 or 31.37% from 357); Max value from RGB is 224 - color contains mainly: red. Hex color #E01570 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01570 is #1FEA8F. Grayscale: #5B5B5B. Windows color (decimal): -2091664 or 7345632. OLE color: 7345632.

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

Color convert

RGB 224 21 112 -
CMYK 0 0.91 0.50 0.12
HSL 333.1º 0.83% 0.48% -
HSV(B) 333.1º 0.91% 0.88% -
XYZ 33.93 17.55 16.93 -
YUV 92.07 139.25 222.1 -
System Red Green Blue C M Y K H S L
Decimal 224 21 112 0 0.91 0.50 0.12 333.1 0.83 0.48
Hex E0 15 70 0 5B 32 C 14D 53 30
Octal 340 25 160 0 133 62 14 515 123 60
Binary 11100000 10101 1110000 0 1011011 110010 1100 101001101 1010011 110000

Color Harmonies of #E01570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01570

Black with #E01570

Text Example


Text Example

White with #E01570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01570; }

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

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

background-color css

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

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

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

border-color css

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

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

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