Html Css Color HEX #E81471 Ruby

📋 copy color: '#E81471'

red 232 ◦ green 20 ◦ blue 113

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

Shades of Ruby #E81471

Tints of Ruby #E81471

RGB

 RED value IS 232 (91.02% from 255) = 63.56%

 GREEN value IS 20 (8.2% from 255) = 5.48%

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

R = 63.56%
G = 5.48%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E81471 (or 0xE81471) is known color: Ruby. HEX triplet: E8, 14 and 71. RGB value is (232,20,113). Sum of RGB (Red+Green+Blue) = 232+20+113=365 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.56% from 365); Green value is 20 (8.20% from 255 or 5.48% from 365); Blue value is 113 (44.53% from 255 or 30.96% from 365); Max value from RGB is 232 - color contains mainly: red. Hex color #E81471 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E81471 is #17EB8E. Grayscale: #5D5D5D. Windows color (decimal): -1567631 or 7410920. OLE color: 7410920.

HSL color Cylindrical-coordinate representation of color #E81471: hue angle of 333.68º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E81471 is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 20 113 -
CMYK 0 0.91 0.51 0.09
HSL 333.68º 0.84% 0.49% -
HSV(B) 333.68º 0.91% 0.91% -
XYZ 36.51 18.85 17.34 -
YUV 93.99 138.74 226.44 -
System Red Green Blue C M Y K H S L
Decimal 232 20 113 0 0.91 0.51 0.09 333.68 0.84 0.49
Hex E8 14 71 0 5B 33 9 14E 54 31
Octal 350 24 161 0 133 63 11 516 124 61
Binary 11101000 10100 1110001 0 1011011 110011 1001 101001110 1010100 110001

Color Harmonies of #E81471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81471

Black with #E81471

Text Example


Text Example

White with #E81471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81471; }

 p { color: rgb(232,20,113); }

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

background-color css

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

 a { background-color: rgb(232,20,113); }

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

border-color css

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

 span { border-color: rgb(232,20,113); }

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