Html Css Color HEX #E00A64 Ruby

📋 copy color: '#E00A64'

red 224 ◦ green 10 ◦ blue 100

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

Shades of Ruby #E00A64

Tints of Ruby #E00A64

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.99%

 BLUE value IS 100 (39.45% from 255) = 29.94%

R = 67.07%
G = 2.99%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E00A64 (or 0xE00A64) is known color: Ruby. HEX triplet: E0, 0A and 64. RGB value is (224,10,100). Sum of RGB (Red+Green+Blue) = 224+10+100=334 (44% of max value = 765). Red value is 224 (87.89% from 255 or 67.07% from 334); Green value is 10 (4.30% from 255 or 2.99% from 334); Blue value is 100 (39.45% from 255 or 29.94% from 334); Max value from RGB is 224 - color contains mainly: red. Hex color #E00A64 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00A64 is #1FF59B. Grayscale: #545454. Windows color (decimal): -2094492 or 6556384. OLE color: 6556384.

HSL color Cylindrical-coordinate representation of color #E00A64: hue angle of 334.77º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E00A64 is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 10 100 -
CMYK 0 0.96 0.55 0.12
HSL 334.77º 0.91% 0.46% -
HSV(B) 334.77º 0.96% 0.88% -
XYZ 33.15 16.98 13.59 -
YUV 84.25 136.9 227.68 -
System Red Green Blue C M Y K H S L
Decimal 224 10 100 0 0.96 0.55 0.12 334.77 0.91 0.46
Hex E0 A 64 0 60 37 C 14F 5B 2E
Octal 340 12 144 0 140 67 14 517 133 56
Binary 11100000 1010 1100100 0 1100000 110111 1100 101001111 1011011 101110

Color Harmonies of #E00A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00A64

Black with #E00A64

Text Example


Text Example

White with #E00A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00A64; }

 p { color: rgb(224,10,100); }

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

background-color css

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

 a { background-color: rgb(224,10,100); }

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

border-color css

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

 span { border-color: rgb(224,10,100); }

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