Html Css Color HEX #E10A71 Ruby

📋 copy color: '#E10A71'

red 225 ◦ green 10 ◦ blue 113

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

Shades of Ruby #E10A71

Tints of Ruby #E10A71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 32.47%

R = 64.66%
G = 2.87%
B = 32.47%

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

#E10A71 (or 0xE10A71) is known color: Ruby. HEX triplet: E1, 0A and 71. RGB value is (225,10,113). Sum of RGB (Red+Green+Blue) = 225+10+113=348 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.66% from 348); Green value is 10 (4.30% from 255 or 2.87% from 348); Blue value is 113 (44.53% from 255 or 32.47% from 348); Max value from RGB is 225 - color contains mainly: red. Hex color #E10A71 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10A71 is #1EF58E. Grayscale: #555555. Windows color (decimal): -2028943 or 7408353. OLE color: 7408353.

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

Color convert

RGB 225 10 113 -
CMYK 0 0.96 0.50 0.12
HSL 331.26º 0.91% 0.46% -
HSV(B) 331.26º 0.96% 0.88% -
XYZ 34.14 17.42 17.19 -
YUV 86.03 143.23 227.12 -
System Red Green Blue C M Y K H S L
Decimal 225 10 113 0 0.96 0.50 0.12 331.26 0.91 0.46
Hex E1 A 71 0 60 32 C 14B 5B 2E
Octal 341 12 161 0 140 62 14 513 133 56
Binary 11100001 1010 1110001 0 1100000 110010 1100 101001011 1011011 101110

Color Harmonies of #E10A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10A71

Black with #E10A71

Text Example


Text Example

White with #E10A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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