Html Css Color HEX #E81971 Ruby

📋 copy color: '#E81971'

red 232 ◦ green 25 ◦ blue 113

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

Shades of Ruby #E81971

Tints of Ruby #E81971

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.76%

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

R = 62.7%
G = 6.76%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E81971 (or 0xE81971) is known color: Ruby. HEX triplet: E8, 19 and 71. RGB value is (232,25,113). Sum of RGB (Red+Green+Blue) = 232+25+113=370 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.70% from 370); Green value is 25 (10.16% from 255 or 6.76% from 370); Blue value is 113 (44.53% from 255 or 30.54% from 370); Max value from RGB is 232 - color contains mainly: red. Hex color #E81971 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E81971 is #17E68E. Grayscale: #606060. Windows color (decimal): -1566351 or 7412200. OLE color: 7412200.

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

Color convert

RGB 232 25 113 -
CMYK 0 0.89 0.51 0.09
HSL 334.49º 0.82% 0.5% -
HSV(B) 334.49º 0.89% 0.91% -
XYZ 36.61 19.04 17.37 -
YUV 96.93 137.08 224.34 -
System Red Green Blue C M Y K H S L
Decimal 232 25 113 0 0.89 0.51 0.09 334.49 0.82 0.5
Hex E8 19 71 0 59 33 9 14E 52 32
Octal 350 31 161 0 131 63 11 516 122 62
Binary 11101000 11001 1110001 0 1011001 110011 1001 101001110 1010010 110010

Color Harmonies of #E81971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81971

Black with #E81971

Text Example


Text Example

White with #E81971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81971; }

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

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

background-color css

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

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

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

border-color css

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

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

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