Html Css Color HEX #E0145C Ruby

📋 copy color: '#E0145C'

red 224 ◦ green 20 ◦ blue 92

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

Shades of Ruby #E0145C

Tints of Ruby #E0145C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.38%

R = 66.67%
G = 5.95%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.59

 K value IS 0.12

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E0145C (or 0xE0145C) is known color: Ruby. HEX triplet: E0, 14 and 5C. RGB value is (224,20,92). Sum of RGB (Red+Green+Blue) = 224+20+92=336 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.67% from 336); Green value is 20 (8.20% from 255 or 5.95% from 336); Blue value is 92 (36.33% from 255 or 27.38% from 336); Max value from RGB is 224 - color contains mainly: red. Hex color #E0145C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0145C is #1FEBA3. Grayscale: #595959. Windows color (decimal): -2091940 or 6034656. OLE color: 6034656.

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

Color convert

RGB 224 20 92 -
CMYK 0 0.91 0.59 0.12
HSL 338.82º 0.84% 0.48% -
HSV(B) 338.82º 0.91% 0.88% -
XYZ 32.92 17.12 11.69 -
YUV 89.2 129.59 224.15 -
System Red Green Blue C M Y K H S L
Decimal 224 20 92 0 0.91 0.59 0.12 338.82 0.84 0.48
Hex E0 14 5C 0 5B 3B C 153 54 30
Octal 340 24 134 0 133 73 14 523 124 60
Binary 11100000 10100 1011100 0 1011011 111011 1100 101010011 1010100 110000

Color Harmonies of #E0145C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0145C

Black with #E0145C

Text Example


Text Example

White with #E0145C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0145C; }

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

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

background-color css

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

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

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

border-color css

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

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

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