Html Css Color HEX #E10471 Ruby

📋 copy color: '#E10471'

red 225 ◦ green 4 ◦ blue 113

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

Shades of Ruby #E10471

Tints of Ruby #E10471

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.17%

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

R = 65.79%
G = 1.17%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E10471 (or 0xE10471) is known color: Ruby. HEX triplet: E1, 04 and 71. RGB value is (225,4,113). Sum of RGB (Red+Green+Blue) = 225+4+113=342 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.79% from 342); Green value is 4 (1.95% from 255 or 1.17% from 342); Blue value is 113 (44.53% from 255 or 33.04% from 342); Max value from RGB is 225 - color contains mainly: red. Hex color #E10471 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10471 is #1EFB8E. Grayscale: #525252. Windows color (decimal): -2030479 or 7406817. OLE color: 7406817.

HSL color Cylindrical-coordinate representation of color #E10471: hue angle of 330.41º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E10471 is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 4 113 -
CMYK 0 0.98 0.50 0.12
HSL 330.41º 0.97% 0.45% -
HSV(B) 330.41º 0.98% 0.88% -
XYZ 34.08 17.29 17.16 -
YUV 82.51 145.22 229.64 -
System Red Green Blue C M Y K H S L
Decimal 225 4 113 0 0.98 0.50 0.12 330.41 0.97 0.45
Hex E1 4 71 0 62 32 C 14A 61 2D
Octal 341 4 161 0 142 62 14 512 141 55
Binary 11100001 100 1110001 0 1100010 110010 1100 101001010 1100001 101101

Color Harmonies of #E10471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10471

Black with #E10471

Text Example


Text Example

White with #E10471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10471; }

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

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

background-color css

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

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

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

border-color css

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

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

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