Html Css Color HEX #E01E57 Ruby

📋 copy color: '#E01E57'

red 224 ◦ green 30 ◦ blue 87

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

Shades of Ruby #E01E57

Tints of Ruby #E01E57

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.8%

 BLUE value IS 87 (34.38% from 255) = 25.51%

R = 65.69%
G = 8.8%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.61

 K value IS 0.12

RGB Variations

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

Color information

#E01E57 (or 0xE01E57) is known color: Ruby. HEX triplet: E0, 1E and 57. RGB value is (224,30,87). Sum of RGB (Red+Green+Blue) = 224+30+87=341 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.69% from 341); Green value is 30 (12.11% from 255 or 8.80% from 341); Blue value is 87 (34.38% from 255 or 25.51% from 341); Max value from RGB is 224 - color contains mainly: red. Hex color #E01E57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E01E57 is #1FE1A8. Grayscale: #5E5E5E. Windows color (decimal): -2089385 or 5709536. OLE color: 5709536.

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

Color convert

RGB 224 30 87 -
CMYK 0 0.87 0.61 0.12
HSL 342.37º 0.76% 0.5% -
HSV(B) 342.37º 0.87% 0.88% -
XYZ 32.93 17.46 10.65 -
YUV 94.5 123.77 220.37 -
System Red Green Blue C M Y K H S L
Decimal 224 30 87 0 0.87 0.61 0.12 342.37 0.76 0.5
Hex E0 1E 57 0 57 3D C 156 4C 32
Octal 340 36 127 0 127 75 14 526 114 62
Binary 11100000 11110 1010111 0 1010111 111101 1100 101010110 1001100 110010

Color Harmonies of #E01E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01E57

Black with #E01E57

Text Example


Text Example

White with #E01E57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01E57; }

 p { color: rgb(224,30,87); }

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

background-color css

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

 a { background-color: rgb(224,30,87); }

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

border-color css

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

 span { border-color: rgb(224,30,87); }

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