Html Css Color HEX #E0155D Ruby

📋 copy color: '#E0155D'

red 224 ◦ green 21 ◦ blue 93

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

Shades of Ruby #E0155D

Tints of Ruby #E0155D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.51%

R = 66.27%
G = 6.21%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E0155D (or 0xE0155D) is known color: Ruby. HEX triplet: E0, 15 and 5D. RGB value is (224,21,93). Sum of RGB (Red+Green+Blue) = 224+21+93=338 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.27% from 338); Green value is 21 (8.59% from 255 or 6.21% from 338); Blue value is 93 (36.72% from 255 or 27.51% from 338); Max value from RGB is 224 - color contains mainly: red. Hex color #E0155D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0155D is #1FEAA2. Grayscale: #595959. Windows color (decimal): -2091683 or 6100448. OLE color: 6100448.

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

Color convert

RGB 224 21 93 -
CMYK 0 0.91 0.58 0.12
HSL 338.72º 0.83% 0.48% -
HSV(B) 338.72º 0.91% 0.88% -
XYZ 32.98 17.17 11.93 -
YUV 89.91 129.75 223.65 -
System Red Green Blue C M Y K H S L
Decimal 224 21 93 0 0.91 0.58 0.12 338.72 0.83 0.48
Hex E0 15 5D 0 5B 3A C 153 53 30
Octal 340 25 135 0 133 72 14 523 123 60
Binary 11100000 10101 1011101 0 1011011 111010 1100 101010011 1010011 110000

Color Harmonies of #E0155D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0155D

Black with #E0155D

Text Example


Text Example

White with #E0155D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0155D; }

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

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

background-color css

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

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

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

border-color css

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

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

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