Html Css Color HEX #E0105D Ruby

📋 copy color: '#E0105D'

red 224 ◦ green 16 ◦ blue 93

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

Shades of Ruby #E0105D

Tints of Ruby #E0105D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.8%

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

R = 67.27%
G = 4.8%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E0105D (or 0xE0105D) is known color: Ruby. HEX triplet: E0, 10 and 5D. RGB value is (224,16,93). Sum of RGB (Red+Green+Blue) = 224+16+93=333 (44% of max value = 765). Red value is 224 (87.89% from 255 or 67.27% from 333); Green value is 16 (6.64% from 255 or 4.80% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 224 - color contains mainly: red. Hex color #E0105D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0105D is #1FEFA2. Grayscale: #565656. Windows color (decimal): -2092963 or 6099168. OLE color: 6099168.

HSL color Cylindrical-coordinate representation of color #E0105D: hue angle of 337.79º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E0105D is Cyan = 0, Magento = 0.93, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 16 93 -
CMYK 0 0.93 0.58 0.12
HSL 337.79º 0.87% 0.47% -
HSV(B) 337.79º 0.93% 0.88% -
XYZ 32.9 17.01 11.9 -
YUV 86.97 131.41 225.74 -
System Red Green Blue C M Y K H S L
Decimal 224 16 93 0 0.93 0.58 0.12 337.79 0.87 0.47
Hex E0 10 5D 0 5D 3A C 152 57 2F
Octal 340 20 135 0 135 72 14 522 127 57
Binary 11100000 10000 1011101 0 1011101 111010 1100 101010010 1010111 101111

Color Harmonies of #E0105D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0105D

Black with #E0105D

Text Example


Text Example

White with #E0105D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0105D; }

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

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

background-color css

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

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

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

border-color css

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

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

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