Html Css Color HEX #E01B73 Ruby

📋 copy color: '#E01B73'

red 224 ◦ green 27 ◦ blue 115

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

Shades of Ruby #E01B73

Tints of Ruby #E01B73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 31.42%

R = 61.2%
G = 7.38%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E01B73 (or 0xE01B73) is known color: Ruby. HEX triplet: E0, 1B and 73. RGB value is (224,27,115). Sum of RGB (Red+Green+Blue) = 224+27+115=366 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.20% from 366); Green value is 27 (10.94% from 255 or 7.38% from 366); Blue value is 115 (45.31% from 255 or 31.42% from 366); Max value from RGB is 224 - color contains mainly: red. Hex color #E01B73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E01B73 is #1FE48C. Grayscale: #5F5F5F. Windows color (decimal): -2090125 or 7543776. OLE color: 7543776.

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

Color convert

RGB 224 27 115 -
CMYK 0 0.88 0.49 0.12
HSL 333.2º 0.78% 0.49% -
HSV(B) 333.2º 0.88% 0.88% -
XYZ 34.23 17.87 17.86 -
YUV 95.94 138.77 219.34 -
System Red Green Blue C M Y K H S L
Decimal 224 27 115 0 0.88 0.49 0.12 333.2 0.78 0.49
Hex E0 1B 73 0 58 31 C 14D 4E 31
Octal 340 33 163 0 130 61 14 515 116 61
Binary 11100000 11011 1110011 0 1011000 110001 1100 101001101 1001110 110001

Color Harmonies of #E01B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01B73

Black with #E01B73

Text Example


Text Example

White with #E01B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01B73; }

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

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

background-color css

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

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

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

border-color css

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

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

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