Html Css Color HEX #E81A6E Ruby

📋 copy color: '#E81A6E'

red 232 ◦ green 26 ◦ blue 110

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

Shades of Ruby #E81A6E

Tints of Ruby #E81A6E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.07%

 BLUE value IS 110 (43.36% from 255) = 29.89%

R = 63.04%
G = 7.07%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.53

 K value IS 0.09

RGB Variations

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

Color information

#E81A6E (or 0xE81A6E) is known color: Ruby. HEX triplet: E8, 1A and 6E. RGB value is (232,26,110). Sum of RGB (Red+Green+Blue) = 232+26+110=368 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.04% from 368); Green value is 26 (10.55% from 255 or 7.07% from 368); Blue value is 110 (43.36% from 255 or 29.89% from 368); Max value from RGB is 232 - color contains mainly: red. Hex color #E81A6E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E81A6E is #17E591. Grayscale: #616161. Windows color (decimal): -1566098 or 7215848. OLE color: 7215848.

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

Color convert

RGB 232 26 110 -
CMYK 0 0.89 0.53 0.09
HSL 335.53º 0.82% 0.51% -
HSV(B) 335.53º 0.89% 0.91% -
XYZ 36.46 19.02 16.5 -
YUV 97.17 135.25 224.17 -
System Red Green Blue C M Y K H S L
Decimal 232 26 110 0 0.89 0.53 0.09 335.53 0.82 0.51
Hex E8 1A 6E 0 59 35 9 150 52 33
Octal 350 32 156 0 131 65 11 520 122 63
Binary 11101000 11010 1101110 0 1011001 110101 1001 101010000 1010010 110011

Color Harmonies of #E81A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81A6E

Black with #E81A6E

Text Example


Text Example

White with #E81A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81A6E; }

 p { color: rgb(232,26,110); }

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

background-color css

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

 a { background-color: rgb(232,26,110); }

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

border-color css

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

 span { border-color: rgb(232,26,110); }

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