Html Css Color HEX #E10A76 Ruby

📋 copy color: '#E10A76'

red 225 ◦ green 10 ◦ blue 118

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

Shades of Ruby #E10A76

Tints of Ruby #E10A76

RGB

 RED value IS 225 (88.28% from 255) = 63.74%

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

 BLUE value IS 118 (46.48% from 255) = 33.43%

R = 63.74%
G = 2.83%
B = 33.43%

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

#E10A76 (or 0xE10A76) is known color: Ruby. HEX triplet: E1, 0A and 76. RGB value is (225,10,118). Sum of RGB (Red+Green+Blue) = 225+10+118=353 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.74% from 353); Green value is 10 (4.30% from 255 or 2.83% from 353); Blue value is 118 (46.48% from 255 or 33.43% from 353); Max value from RGB is 225 - color contains mainly: red. Hex color #E10A76 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10A76 is #1EF589. Grayscale: #565656. Windows color (decimal): -2028938 or 7736033. OLE color: 7736033.

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

Color convert

RGB 225 10 118 -
CMYK 0 0.96 0.48 0.12
HSL 329.86º 0.91% 0.46% -
HSV(B) 329.86º 0.96% 0.88% -
XYZ 34.43 17.53 18.71 -
YUV 86.6 145.73 226.72 -
System Red Green Blue C M Y K H S L
Decimal 225 10 118 0 0.96 0.48 0.12 329.86 0.91 0.46
Hex E1 A 76 0 60 30 C 14A 5B 2E
Octal 341 12 166 0 140 60 14 512 133 56
Binary 11100001 1010 1110110 0 1100000 110000 1100 101001010 1011011 101110

Color Harmonies of #E10A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10A76

Black with #E10A76

Text Example


Text Example

White with #E10A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10A76; }

 p { color: rgb(225,10,118); }

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

background-color css

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

 a { background-color: rgb(225,10,118); }

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

border-color css

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

 span { border-color: rgb(225,10,118); }

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