Html Css Color HEX #E0146D Ruby

📋 copy color: '#E0146D'

red 224 ◦ green 20 ◦ blue 109

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

Shades of Ruby #E0146D

Tints of Ruby #E0146D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 30.88%

R = 63.46%
G = 5.67%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E0146D (or 0xE0146D) is known color: Ruby. HEX triplet: E0, 14 and 6D. RGB value is (224,20,109). Sum of RGB (Red+Green+Blue) = 224+20+109=353 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.46% from 353); Green value is 20 (8.20% from 255 or 5.67% from 353); Blue value is 109 (42.97% from 255 or 30.88% from 353); Max value from RGB is 224 - color contains mainly: red. Hex color #E0146D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0146D is #1FEB92. Grayscale: #5A5A5A. Windows color (decimal): -2091923 or 7148768. OLE color: 7148768.

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

Color convert

RGB 224 20 109 -
CMYK 0 0.91 0.51 0.12
HSL 333.82º 0.84% 0.48% -
HSV(B) 333.82º 0.91% 0.88% -
XYZ 33.75 17.45 16.06 -
YUV 91.14 138.09 222.76 -
System Red Green Blue C M Y K H S L
Decimal 224 20 109 0 0.91 0.51 0.12 333.82 0.84 0.48
Hex E0 14 6D 0 5B 33 C 14E 54 30
Octal 340 24 155 0 133 63 14 516 124 60
Binary 11100000 10100 1101101 0 1011011 110011 1100 101001110 1010100 110000

Color Harmonies of #E0146D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0146D

Black with #E0146D

Text Example


Text Example

White with #E0146D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0146D; }

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

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

background-color css

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

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

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

border-color css

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

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

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