Html Css Color HEX #E01B54 Ruby

📋 copy color: '#E01B54'

red 224 ◦ green 27 ◦ blue 84

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

Shades of Ruby #E01B54

Tints of Ruby #E01B54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 25.07%

R = 66.87%
G = 8.06%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E01B54 (or 0xE01B54) is known color: Ruby. HEX triplet: E0, 1B and 54. RGB value is (224,27,84). Sum of RGB (Red+Green+Blue) = 224+27+84=335 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.87% from 335); Green value is 27 (10.94% from 255 or 8.06% from 335); Blue value is 84 (33.20% from 255 or 25.07% from 335); Max value from RGB is 224 - color contains mainly: red. Hex color #E01B54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E01B54 is #1FE4AB. Grayscale: #5C5C5C. Windows color (decimal): -2090156 or 5512160. OLE color: 5512160.

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

Color convert

RGB 224 27 84 -
CMYK 0 0.88 0.62 0.12
HSL 342.64º 0.78% 0.49% -
HSV(B) 342.64º 0.88% 0.88% -
XYZ 32.73 17.27 10 -
YUV 92.4 123.27 221.87 -
System Red Green Blue C M Y K H S L
Decimal 224 27 84 0 0.88 0.62 0.12 342.64 0.78 0.49
Hex E0 1B 54 0 58 3E C 157 4E 31
Octal 340 33 124 0 130 76 14 527 116 61
Binary 11100000 11011 1010100 0 1011000 111110 1100 101010111 1001110 110001

Color Harmonies of #E01B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01B54

Black with #E01B54

Text Example


Text Example

White with #E01B54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01B54; }

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

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

background-color css

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

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

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

border-color css

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

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

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