Html Css Color HEX #E0145D Ruby

📋 copy color: '#E0145D'

red 224 ◦ green 20 ◦ blue 93

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

Shades of Ruby #E0145D

Tints of Ruby #E0145D

RGB

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

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

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

R = 66.47%
G = 5.93%
B = 27.6%

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

#E0145D (or 0xE0145D) is known color: Ruby. HEX triplet: E0, 14 and 5D. RGB value is (224,20,93). Sum of RGB (Red+Green+Blue) = 224+20+93=337 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.47% from 337); Green value is 20 (8.20% from 255 or 5.93% from 337); Blue value is 93 (36.72% from 255 or 27.60% from 337); Max value from RGB is 224 - color contains mainly: red. Hex color #E0145D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0145D is #1FEBA2. Grayscale: #595959. Windows color (decimal): -2091939 or 6100192. OLE color: 6100192.

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

Color convert

RGB 224 20 93 -
CMYK 0 0.91 0.58 0.12
HSL 338.53º 0.84% 0.48% -
HSV(B) 338.53º 0.91% 0.88% -
XYZ 32.97 17.14 11.93 -
YUV 89.32 130.09 224.06 -
System Red Green Blue C M Y K H S L
Decimal 224 20 93 0 0.91 0.58 0.12 338.53 0.84 0.48
Hex E0 14 5D 0 5B 3A C 153 54 30
Octal 340 24 135 0 133 72 14 523 124 60
Binary 11100000 10100 1011101 0 1011011 111010 1100 101010011 1010100 110000

Color Harmonies of #E0145D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0145D

Black with #E0145D

Text Example


Text Example

White with #E0145D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0145D; }

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

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

background-color css

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

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

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

border-color css

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

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

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