Html Css Color HEX #E01B5E Ruby

📋 copy color: '#E01B5E'

red 224 ◦ green 27 ◦ blue 94

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

Shades of Ruby #E01B5E

Tints of Ruby #E01B5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.25%

R = 64.93%
G = 7.83%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E01B5E (or 0xE01B5E) is known color: Ruby. HEX triplet: E0, 1B and 5E. RGB value is (224,27,94). Sum of RGB (Red+Green+Blue) = 224+27+94=345 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.93% from 345); Green value is 27 (10.94% from 255 or 7.83% from 345); Blue value is 94 (37.11% from 255 or 27.25% from 345); Max value from RGB is 224 - color contains mainly: red. Hex color #E01B5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E01B5E is #1FE4A1. Grayscale: #5D5D5D. Windows color (decimal): -2090146 or 6167520. OLE color: 6167520.

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

Color convert

RGB 224 27 94 -
CMYK 0 0.88 0.58 0.12
HSL 339.59º 0.78% 0.49% -
HSV(B) 339.59º 0.88% 0.88% -
XYZ 33.15 17.44 12.21 -
YUV 93.54 128.27 221.05 -
System Red Green Blue C M Y K H S L
Decimal 224 27 94 0 0.88 0.58 0.12 339.59 0.78 0.49
Hex E0 1B 5E 0 58 3A C 154 4E 31
Octal 340 33 136 0 130 72 14 524 116 61
Binary 11100000 11011 1011110 0 1011000 111010 1100 101010100 1001110 110001

Color Harmonies of #E01B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01B5E

Black with #E01B5E

Text Example


Text Example

White with #E01B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01B5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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