Html Css Color HEX #E00A75 Ruby

📋 copy color: '#E00A75'

red 224 ◦ green 10 ◦ blue 117

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

Shades of Ruby #E00A75

Tints of Ruby #E00A75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 33.33%

R = 63.82%
G = 2.85%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E00A75 (or 0xE00A75) is known color: Ruby. HEX triplet: E0, 0A and 75. RGB value is (224,10,117). Sum of RGB (Red+Green+Blue) = 224+10+117=351 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.82% from 351); Green value is 10 (4.30% from 255 or 2.85% from 351); Blue value is 117 (46.09% from 255 or 33.33% from 351); Max value from RGB is 224 - color contains mainly: red. Hex color #E00A75 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00A75 is #1FF58A. Grayscale: #555555. Windows color (decimal): -2094475 or 7670496. OLE color: 7670496.

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

Color convert

RGB 224 10 117 -
CMYK 0 0.96 0.48 0.12
HSL 330º 0.91% 0.46% -
HSV(B) 330º 0.96% 0.88% -
XYZ 34.06 17.35 18.38 -
YUV 86.18 145.4 226.3 -
System Red Green Blue C M Y K H S L
Decimal 224 10 117 0 0.96 0.48 0.12 330 0.91 0.46
Hex E0 A 75 0 60 30 C 14A 5B 2E
Octal 340 12 165 0 140 60 14 512 133 56
Binary 11100000 1010 1110101 0 1100000 110000 1100 101001010 1011011 101110

Color Harmonies of #E00A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00A75

Black with #E00A75

Text Example


Text Example

White with #E00A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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