Html Css Color HEX #E0145A Ruby

📋 copy color: '#E0145A'

red 224 ◦ green 20 ◦ blue 90

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

Shades of Ruby #E0145A

Tints of Ruby #E0145A

RGB

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

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

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

R = 67.07%
G = 5.99%
B = 26.95%

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

#E0145A (or 0xE0145A) is known color: Ruby. HEX triplet: E0, 14 and 5A. RGB value is (224,20,90). Sum of RGB (Red+Green+Blue) = 224+20+90=334 (44% of max value = 765). Red value is 224 (87.89% from 255 or 67.07% from 334); Green value is 20 (8.20% from 255 or 5.99% from 334); Blue value is 90 (35.55% from 255 or 26.95% from 334); Max value from RGB is 224 - color contains mainly: red. Hex color #E0145A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0145A is #1FEBA5. Grayscale: #585858. Windows color (decimal): -2091942 or 5903584. OLE color: 5903584.

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

Color convert

RGB 224 20 90 -
CMYK 0 0.91 0.60 0.12
HSL 339.41º 0.84% 0.48% -
HSV(B) 339.41º 0.91% 0.88% -
XYZ 32.84 17.09 11.24 -
YUV 88.98 128.59 224.31 -
System Red Green Blue C M Y K H S L
Decimal 224 20 90 0 0.91 0.60 0.12 339.41 0.84 0.48
Hex E0 14 5A 0 5B 3C C 153 54 30
Octal 340 24 132 0 133 74 14 523 124 60
Binary 11100000 10100 1011010 0 1011011 111100 1100 101010011 1010100 110000

Color Harmonies of #E0145A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0145A

Black with #E0145A

Text Example


Text Example

White with #E0145A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0145A; }

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

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

background-color css

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

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

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

border-color css

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

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

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