Html Css Color HEX #E00A6E Ruby

📋 copy color: '#E00A6E'

red 224 ◦ green 10 ◦ blue 110

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

Shades of Ruby #E00A6E

Tints of Ruby #E00A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.98%

R = 65.12%
G = 2.91%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E00A6E (or 0xE00A6E) is known color: Ruby. HEX triplet: E0, 0A and 6E. RGB value is (224,10,110). Sum of RGB (Red+Green+Blue) = 224+10+110=344 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.12% from 344); Green value is 10 (4.30% from 255 or 2.91% from 344); Blue value is 110 (43.36% from 255 or 31.98% from 344); Max value from RGB is 224 - color contains mainly: red. Hex color #E00A6E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00A6E is #1FF591. Grayscale: #555555. Windows color (decimal): -2094482 or 7211744. OLE color: 7211744.

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

Color convert

RGB 224 10 110 -
CMYK 0 0.96 0.51 0.12
HSL 331.96º 0.91% 0.46% -
HSV(B) 331.96º 0.96% 0.88% -
XYZ 33.66 17.19 16.3 -
YUV 85.39 141.9 226.87 -
System Red Green Blue C M Y K H S L
Decimal 224 10 110 0 0.96 0.51 0.12 331.96 0.91 0.46
Hex E0 A 6E 0 60 33 C 14C 5B 2E
Octal 340 12 156 0 140 63 14 514 133 56
Binary 11100000 1010 1101110 0 1100000 110011 1100 101001100 1011011 101110

Color Harmonies of #E00A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00A6E

Black with #E00A6E

Text Example


Text Example

White with #E00A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00A6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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