Html Css Color HEX #E0145F Ruby

📋 copy color: '#E0145F'

red 224 ◦ green 20 ◦ blue 95

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

Shades of Ruby #E0145F

Tints of Ruby #E0145F

RGB

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

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

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

R = 66.08%
G = 5.9%
B = 28.02%

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

#E0145F (or 0xE0145F) is known color: Ruby. HEX triplet: E0, 14 and 5F. RGB value is (224,20,95). Sum of RGB (Red+Green+Blue) = 224+20+95=339 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.08% from 339); Green value is 20 (8.20% from 255 or 5.90% from 339); Blue value is 95 (37.5% from 255 or 28.02% from 339); Max value from RGB is 224 - color contains mainly: red. Hex color #E0145F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0145F is #1FEBA0. Grayscale: #595959. Windows color (decimal): -2091937 or 6231264. OLE color: 6231264.

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

Color convert

RGB 224 20 95 -
CMYK 0 0.91 0.58 0.12
HSL 337.94º 0.84% 0.48% -
HSV(B) 337.94º 0.91% 0.88% -
XYZ 33.06 17.17 12.4 -
YUV 89.55 131.09 223.9 -
System Red Green Blue C M Y K H S L
Decimal 224 20 95 0 0.91 0.58 0.12 337.94 0.84 0.48
Hex E0 14 5F 0 5B 3A C 152 54 30
Octal 340 24 137 0 133 72 14 522 124 60
Binary 11100000 10100 1011111 0 1011011 111010 1100 101010010 1010100 110000

Color Harmonies of #E0145F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0145F

Black with #E0145F

Text Example


Text Example

White with #E0145F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0145F; }

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

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

background-color css

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

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

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

border-color css

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

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

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