Html Css Color HEX #E01557 Ruby

📋 copy color: '#E01557'

red 224 ◦ green 21 ◦ blue 87

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

Shades of Ruby #E01557

Tints of Ruby #E01557

RGB

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

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

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

R = 67.47%
G = 6.33%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.61

 K value IS 0.12

RGB Variations

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

Color information

#E01557 (or 0xE01557) is known color: Ruby. HEX triplet: E0, 15 and 57. RGB value is (224,21,87). Sum of RGB (Red+Green+Blue) = 224+21+87=332 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.47% from 332); Green value is 21 (8.59% from 255 or 6.33% from 332); Blue value is 87 (34.38% from 255 or 26.20% from 332); Max value from RGB is 224 - color contains mainly: red. Hex color #E01557 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01557 is #1FEAA8. Grayscale: #595959. Windows color (decimal): -2091689 or 5707232. OLE color: 5707232.

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

Color convert

RGB 224 21 87 -
CMYK 0 0.91 0.61 0.12
HSL 340.49º 0.83% 0.48% -
HSV(B) 340.49º 0.91% 0.88% -
XYZ 32.73 17.07 10.59 -
YUV 89.22 126.75 224.13 -
System Red Green Blue C M Y K H S L
Decimal 224 21 87 0 0.91 0.61 0.12 340.49 0.83 0.48
Hex E0 15 57 0 5B 3D C 154 53 30
Octal 340 25 127 0 133 75 14 524 123 60
Binary 11100000 10101 1010111 0 1011011 111101 1100 101010100 1010011 110000

Color Harmonies of #E01557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01557

Black with #E01557

Text Example


Text Example

White with #E01557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01557; }

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

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

background-color css

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

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

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

border-color css

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

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

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