Html Css Color HEX #E0155F Ruby

📋 copy color: '#E0155F'

red 224 ◦ green 21 ◦ blue 95

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

Shades of Ruby #E0155F

Tints of Ruby #E0155F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 27.94%

R = 65.88%
G = 6.18%
B = 27.94%

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

#E0155F (or 0xE0155F) is known color: Ruby. HEX triplet: E0, 15 and 5F. RGB value is (224,21,95). Sum of RGB (Red+Green+Blue) = 224+21+95=340 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.88% from 340); Green value is 21 (8.59% from 255 or 6.18% from 340); Blue value is 95 (37.5% from 255 or 27.94% from 340); Max value from RGB is 224 - color contains mainly: red. Hex color #E0155F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0155F is #1FEAA0. Grayscale: #5A5A5A. Windows color (decimal): -2091681 or 6231520. OLE color: 6231520.

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

Color convert

RGB 224 21 95 -
CMYK 0 0.91 0.58 0.12
HSL 338.13º 0.83% 0.48% -
HSV(B) 338.13º 0.91% 0.88% -
XYZ 33.07 17.21 12.41 -
YUV 90.13 130.75 223.48 -
System Red Green Blue C M Y K H S L
Decimal 224 21 95 0 0.91 0.58 0.12 338.13 0.83 0.48
Hex E0 15 5F 0 5B 3A C 152 53 30
Octal 340 25 137 0 133 72 14 522 123 60
Binary 11100000 10101 1011111 0 1011011 111010 1100 101010010 1010011 110000

Color Harmonies of #E0155F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0155F

Black with #E0155F

Text Example


Text Example

White with #E0155F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0155F; }

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

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

background-color css

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

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

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

border-color css

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

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

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