Html Css Color HEX #E81B5E Ruby

📋 copy color: '#E81B5E'

red 232 ◦ green 27 ◦ blue 94

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

Shades of Ruby #E81B5E

Tints of Ruby #E81B5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.63%

R = 65.72%
G = 7.65%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#E81B5E (or 0xE81B5E) is known color: Ruby. HEX triplet: E8, 1B and 5E. RGB value is (232,27,94). Sum of RGB (Red+Green+Blue) = 232+27+94=353 (46% of max value = 765). Red value is 232 (91.02% from 255 or 65.72% from 353); Green value is 27 (10.94% from 255 or 7.65% from 353); Blue value is 94 (37.11% from 255 or 26.63% from 353); Max value from RGB is 232 - color contains mainly: red. Hex color #E81B5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E81B5E is #17E4A1. Grayscale: #5F5F5F. Windows color (decimal): -1565858 or 6167528. OLE color: 6167528.

HSL color Cylindrical-coordinate representation of color #E81B5E: hue angle of 340.39º 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 #E81B5E is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 27 94 -
CMYK 0 0.88 0.59 0.09
HSL 340.39º 0.82% 0.51% -
HSV(B) 340.39º 0.88% 0.91% -
XYZ 35.69 18.75 12.33 -
YUV 95.93 126.92 225.05 -
System Red Green Blue C M Y K H S L
Decimal 232 27 94 0 0.88 0.59 0.09 340.39 0.82 0.51
Hex E8 1B 5E 0 58 3B 9 154 52 33
Octal 350 33 136 0 130 73 11 524 122 63
Binary 11101000 11011 1011110 0 1011000 111011 1001 101010100 1010010 110011

Color Harmonies of #E81B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81B5E

Black with #E81B5E

Text Example


Text Example

White with #E81B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81B5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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