Html Css Color HEX #E0105A Ruby

📋 copy color: '#E0105A'

red 224 ◦ green 16 ◦ blue 90

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

Shades of Ruby #E0105A

Tints of Ruby #E0105A

RGB

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

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

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

R = 67.88%
G = 4.85%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#E0105A (or 0xE0105A) is known color: Ruby. HEX triplet: E0, 10 and 5A. RGB value is (224,16,90). Sum of RGB (Red+Green+Blue) = 224+16+90=330 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.88% from 330); Green value is 16 (6.64% from 255 or 4.85% from 330); Blue value is 90 (35.55% from 255 or 27.27% from 330); Max value from RGB is 224 - color contains mainly: red. Hex color #E0105A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0105A is #1FEFA5. Grayscale: #565656. Windows color (decimal): -2092966 or 5902560. OLE color: 5902560.

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

Color convert

RGB 224 16 90 -
CMYK 0 0.93 0.60 0.12
HSL 338.65º 0.87% 0.47% -
HSV(B) 338.65º 0.93% 0.88% -
XYZ 32.77 16.96 11.22 -
YUV 86.63 129.91 225.98 -
System Red Green Blue C M Y K H S L
Decimal 224 16 90 0 0.93 0.60 0.12 338.65 0.87 0.47
Hex E0 10 5A 0 5D 3C C 153 57 2F
Octal 340 20 132 0 135 74 14 523 127 57
Binary 11100000 10000 1011010 0 1011101 111100 1100 101010011 1010111 101111

Color Harmonies of #E0105A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0105A

Black with #E0105A

Text Example


Text Example

White with #E0105A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0105A; }

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

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

background-color css

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

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

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

border-color css

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

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

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