Html Css Color HEX #E01B57 Ruby

📋 copy color: '#E01B57'

red 224 ◦ green 27 ◦ blue 87

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

Shades of Ruby #E01B57

Tints of Ruby #E01B57

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.99%

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

R = 66.27%
G = 7.99%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.61

 K value IS 0.12

RGB Variations

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

Color information

#E01B57 (or 0xE01B57) is known color: Ruby. HEX triplet: E0, 1B and 57. RGB value is (224,27,87). Sum of RGB (Red+Green+Blue) = 224+27+87=338 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.27% from 338); Green value is 27 (10.94% from 255 or 7.99% from 338); Blue value is 87 (34.38% from 255 or 25.74% from 338); Max value from RGB is 224 - color contains mainly: red. Hex color #E01B57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E01B57 is #1FE4A8. Grayscale: #5C5C5C. Windows color (decimal): -2090153 or 5708768. OLE color: 5708768.

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

Color convert

RGB 224 27 87 -
CMYK 0 0.88 0.61 0.12
HSL 341.73º 0.78% 0.49% -
HSV(B) 341.73º 0.88% 0.88% -
XYZ 32.85 17.32 10.63 -
YUV 92.74 124.77 221.62 -
System Red Green Blue C M Y K H S L
Decimal 224 27 87 0 0.88 0.61 0.12 341.73 0.78 0.49
Hex E0 1B 57 0 58 3D C 156 4E 31
Octal 340 33 127 0 130 75 14 526 116 61
Binary 11100000 11011 1010111 0 1011000 111101 1100 101010110 1001110 110001

Color Harmonies of #E01B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01B57

Black with #E01B57

Text Example


Text Example

White with #E01B57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01B57; }

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

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

background-color css

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

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

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

border-color css

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

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

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