Html Css Color HEX #E81B6E Ruby

📋 copy color: '#E81B6E'

red 232 ◦ green 27 ◦ blue 110

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

Shades of Ruby #E81B6E

Tints of Ruby #E81B6E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.32%

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

R = 62.87%
G = 7.32%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.53

 K value IS 0.09

RGB Variations

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

Color information

#E81B6E (or 0xE81B6E) is known color: Ruby. HEX triplet: E8, 1B and 6E. RGB value is (232,27,110). Sum of RGB (Red+Green+Blue) = 232+27+110=369 (48% of max value = 765). Red value is 232 (91.02% from 255 or 62.87% from 369); Green value is 27 (10.94% from 255 or 7.32% from 369); Blue value is 110 (43.36% from 255 or 29.81% from 369); Max value from RGB is 232 - color contains mainly: red. Hex color #E81B6E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E81B6E is #17E491. Grayscale: #616161. Windows color (decimal): -1565842 or 7216104. OLE color: 7216104.

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

Color convert

RGB 232 27 110 -
CMYK 0 0.88 0.53 0.09
HSL 335.71º 0.82% 0.51% -
HSV(B) 335.71º 0.88% 0.91% -
XYZ 36.49 19.07 16.51 -
YUV 97.76 134.92 223.75 -
System Red Green Blue C M Y K H S L
Decimal 232 27 110 0 0.88 0.53 0.09 335.71 0.82 0.51
Hex E8 1B 6E 0 58 35 9 150 52 33
Octal 350 33 156 0 130 65 11 520 122 63
Binary 11101000 11011 1101110 0 1011000 110101 1001 101010000 1010010 110011

Color Harmonies of #E81B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81B6E

Black with #E81B6E

Text Example


Text Example

White with #E81B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81B6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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