Html Css Color HEX #E0155A Ruby

📋 copy color: '#E0155A'

red 224 ◦ green 21 ◦ blue 90

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

Shades of Ruby #E0155A

Tints of Ruby #E0155A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.27%

 BLUE value IS 90 (35.55% from 255) = 26.87%

R = 66.87%
G = 6.27%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#E0155A (or 0xE0155A) is known color: Ruby. HEX triplet: E0, 15 and 5A. RGB value is (224,21,90). Sum of RGB (Red+Green+Blue) = 224+21+90=335 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.87% from 335); Green value is 21 (8.59% from 255 or 6.27% from 335); Blue value is 90 (35.55% from 255 or 26.87% from 335); Max value from RGB is 224 - color contains mainly: red. Hex color #E0155A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0155A is #1FEAA5. Grayscale: #595959. Windows color (decimal): -2091686 or 5903840. OLE color: 5903840.

HSL color Cylindrical-coordinate representation of color #E0155A: hue angle of 339.61º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E0155A is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 21 90 -
CMYK 0 0.91 0.60 0.12
HSL 339.61º 0.83% 0.48% -
HSV(B) 339.61º 0.91% 0.88% -
XYZ 32.85 17.12 11.25 -
YUV 89.56 128.25 223.89 -
System Red Green Blue C M Y K H S L
Decimal 224 21 90 0 0.91 0.60 0.12 339.61 0.83 0.48
Hex E0 15 5A 0 5B 3C C 154 53 30
Octal 340 25 132 0 133 74 14 524 123 60
Binary 11100000 10101 1011010 0 1011011 111100 1100 101010100 1010011 110000

Color Harmonies of #E0155A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0155A

Black with #E0155A

Text Example


Text Example

White with #E0155A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0155A; }

 p { color: rgb(224,21,90); }

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

background-color css

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

 a { background-color: rgb(224,21,90); }

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

border-color css

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

 span { border-color: rgb(224,21,90); }

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