Html Css Color HEX #E00A6F Ruby

📋 copy color: '#E00A6F'

red 224 ◦ green 10 ◦ blue 111

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

Shades of Ruby #E00A6F

Tints of Ruby #E00A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 32.17%

R = 64.93%
G = 2.9%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E00A6F (or 0xE00A6F) is known color: Ruby. HEX triplet: E0, 0A and 6F. RGB value is (224,10,111). Sum of RGB (Red+Green+Blue) = 224+10+111=345 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.93% from 345); Green value is 10 (4.30% from 255 or 2.90% from 345); Blue value is 111 (43.75% from 255 or 32.17% from 345); Max value from RGB is 224 - color contains mainly: red. Hex color #E00A6F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00A6F is #1FF590. Grayscale: #555555. Windows color (decimal): -2094481 or 7277280. OLE color: 7277280.

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

Color convert

RGB 224 10 111 -
CMYK 0 0.96 0.50 0.12
HSL 331.68º 0.91% 0.46% -
HSV(B) 331.68º 0.96% 0.88% -
XYZ 33.72 17.21 16.58 -
YUV 85.5 142.4 226.79 -
System Red Green Blue C M Y K H S L
Decimal 224 10 111 0 0.96 0.50 0.12 331.68 0.91 0.46
Hex E0 A 6F 0 60 32 C 14C 5B 2E
Octal 340 12 157 0 140 62 14 514 133 56
Binary 11100000 1010 1101111 0 1100000 110010 1100 101001100 1011011 101110

Color Harmonies of #E00A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00A6F

Black with #E00A6F

Text Example


Text Example

White with #E00A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00A6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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