Html Css Color HEX #E81271 Ruby

📋 copy color: '#E81271'

red 232 ◦ green 18 ◦ blue 113

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

Shades of Ruby #E81271

Tints of Ruby #E81271

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.96%

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

R = 63.91%
G = 4.96%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E81271 (or 0xE81271) is known color: Ruby. HEX triplet: E8, 12 and 71. RGB value is (232,18,113). Sum of RGB (Red+Green+Blue) = 232+18+113=363 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.91% from 363); Green value is 18 (7.42% from 255 or 4.96% from 363); Blue value is 113 (44.53% from 255 or 31.13% from 363); Max value from RGB is 232 - color contains mainly: red. Hex color #E81271 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E81271 is #17ED8E. Grayscale: #5C5C5C. Windows color (decimal): -1568143 or 7410408. OLE color: 7410408.

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

Color convert

RGB 232 18 113 -
CMYK 0 0.92 0.51 0.09
HSL 333.36º 0.86% 0.49% -
HSV(B) 333.36º 0.92% 0.91% -
XYZ 36.48 18.78 17.33 -
YUV 92.82 139.4 227.28 -
System Red Green Blue C M Y K H S L
Decimal 232 18 113 0 0.92 0.51 0.09 333.36 0.86 0.49
Hex E8 12 71 0 5C 33 9 14D 56 31
Octal 350 22 161 0 134 63 11 515 126 61
Binary 11101000 10010 1110001 0 1011100 110011 1001 101001101 1010110 110001

Color Harmonies of #E81271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81271

Black with #E81271

Text Example


Text Example

White with #E81271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81271; }

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

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

background-color css

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

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

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

border-color css

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

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

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