Html Css Color HEX #E01B5C Ruby

📋 copy color: '#E01B5C'

red 224 ◦ green 27 ◦ blue 92

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

Shades of Ruby #E01B5C

Tints of Ruby #E01B5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.82%

R = 65.31%
G = 7.87%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E01B5C (or 0xE01B5C) is known color: Ruby. HEX triplet: E0, 1B and 5C. RGB value is (224,27,92). Sum of RGB (Red+Green+Blue) = 224+27+92=343 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.31% from 343); Green value is 27 (10.94% from 255 or 7.87% from 343); Blue value is 92 (36.33% from 255 or 26.82% from 343); Max value from RGB is 224 - color contains mainly: red. Hex color #E01B5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E01B5C is #1FE4A3. Grayscale: #5D5D5D. Windows color (decimal): -2090148 or 6036448. OLE color: 6036448.

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

Color convert

RGB 224 27 92 -
CMYK 0 0.88 0.59 0.12
HSL 340.2º 0.78% 0.49% -
HSV(B) 340.2º 0.88% 0.88% -
XYZ 33.06 17.4 11.74 -
YUV 93.31 127.27 221.21 -
System Red Green Blue C M Y K H S L
Decimal 224 27 92 0 0.88 0.59 0.12 340.2 0.78 0.49
Hex E0 1B 5C 0 58 3B C 154 4E 31
Octal 340 33 134 0 130 73 14 524 116 61
Binary 11100000 11011 1011100 0 1011000 111011 1100 101010100 1001110 110001

Color Harmonies of #E01B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01B5C

Black with #E01B5C

Text Example


Text Example

White with #E01B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01B5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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