Html Css Color HEX #E0145E Ruby

📋 copy color: '#E0145E'

red 224 ◦ green 20 ◦ blue 94

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

Shades of Ruby #E0145E

Tints of Ruby #E0145E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.92%

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

R = 66.27%
G = 5.92%
B = 27.81%

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

#E0145E (or 0xE0145E) is known color: Ruby. HEX triplet: E0, 14 and 5E. RGB value is (224,20,94). Sum of RGB (Red+Green+Blue) = 224+20+94=338 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.27% from 338); Green value is 20 (8.20% from 255 or 5.92% from 338); Blue value is 94 (37.11% from 255 or 27.81% from 338); Max value from RGB is 224 - color contains mainly: red. Hex color #E0145E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0145E is #1FEBA1. Grayscale: #595959. Windows color (decimal): -2091938 or 6165728. OLE color: 6165728.

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

Color convert

RGB 224 20 94 -
CMYK 0 0.91 0.58 0.12
HSL 338.24º 0.84% 0.48% -
HSV(B) 338.24º 0.91% 0.88% -
XYZ 33.01 17.16 12.16 -
YUV 89.43 130.59 223.98 -
System Red Green Blue C M Y K H S L
Decimal 224 20 94 0 0.91 0.58 0.12 338.24 0.84 0.48
Hex E0 14 5E 0 5B 3A C 152 54 30
Octal 340 24 136 0 133 72 14 522 124 60
Binary 11100000 10100 1011110 0 1011011 111010 1100 101010010 1010100 110000

Color Harmonies of #E0145E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0145E

Black with #E0145E

Text Example


Text Example

White with #E0145E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0145E; }

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

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

background-color css

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

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

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

border-color css

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

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

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