Html Css Color HEX #E01070 Ruby

📋 copy color: '#E01070'

red 224 ◦ green 16 ◦ blue 112

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

Shades of Ruby #E01070

Tints of Ruby #E01070

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.55%

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

R = 63.64%
G = 4.55%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E01070 (or 0xE01070) is known color: Ruby. HEX triplet: E0, 10 and 70. RGB value is (224,16,112). Sum of RGB (Red+Green+Blue) = 224+16+112=352 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.64% from 352); Green value is 16 (6.64% from 255 or 4.55% from 352); Blue value is 112 (44.14% from 255 or 31.82% from 352); Max value from RGB is 224 - color contains mainly: red. Hex color #E01070 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01070 is #1FEF8F. Grayscale: #585858. Windows color (decimal): -2092944 or 7344352. OLE color: 7344352.

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

Color convert

RGB 224 16 112 -
CMYK 0 0.93 0.50 0.12
HSL 332.31º 0.87% 0.47% -
HSV(B) 332.31º 0.93% 0.88% -
XYZ 33.85 17.39 16.9 -
YUV 89.14 140.91 224.19 -
System Red Green Blue C M Y K H S L
Decimal 224 16 112 0 0.93 0.50 0.12 332.31 0.87 0.47
Hex E0 10 70 0 5D 32 C 14C 57 2F
Octal 340 20 160 0 135 62 14 514 127 57
Binary 11100000 10000 1110000 0 1011101 110010 1100 101001100 1010111 101111

Color Harmonies of #E01070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01070

Black with #E01070

Text Example


Text Example

White with #E01070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01070; }

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

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

background-color css

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

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

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

border-color css

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

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

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