Html Css Color HEX #E01E58 Ruby

📋 copy color: '#E01E58'

red 224 ◦ green 30 ◦ blue 88

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

Shades of Ruby #E01E58

Tints of Ruby #E01E58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 25.73%

R = 65.5%
G = 8.77%
B = 25.73%

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

#E01E58 (or 0xE01E58) is known color: Ruby. HEX triplet: E0, 1E and 58. RGB value is (224,30,88). Sum of RGB (Red+Green+Blue) = 224+30+88=342 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.50% from 342); Green value is 30 (12.11% from 255 or 8.77% from 342); Blue value is 88 (34.77% from 255 or 25.73% from 342); Max value from RGB is 224 - color contains mainly: red. Hex color #E01E58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E01E58 is #1FE1A7. Grayscale: #5E5E5E. Windows color (decimal): -2089384 or 5775072. OLE color: 5775072.

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

Color convert

RGB 224 30 88 -
CMYK 0 0.87 0.61 0.12
HSL 342.06º 0.76% 0.5% -
HSV(B) 342.06º 0.87% 0.88% -
XYZ 32.97 17.48 10.87 -
YUV 94.62 124.27 220.28 -
System Red Green Blue C M Y K H S L
Decimal 224 30 88 0 0.87 0.61 0.12 342.06 0.76 0.5
Hex E0 1E 58 0 57 3D C 156 4C 32
Octal 340 36 130 0 127 75 14 526 114 62
Binary 11100000 11110 1011000 0 1010111 111101 1100 101010110 1001100 110010

Color Harmonies of #E01E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01E58

Black with #E01E58

Text Example


Text Example

White with #E01E58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01E58; }

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

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

background-color css

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

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

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

border-color css

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

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

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