Html Css Color HEX #E81362 Ruby

📋 copy color: '#E81362'

red 232 ◦ green 19 ◦ blue 98

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

Shades of Ruby #E81362

Tints of Ruby #E81362

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.44%

 BLUE value IS 98 (38.67% from 255) = 28.08%

R = 66.48%
G = 5.44%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.58

 K value IS 0.09

RGB Variations

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

Color information

#E81362 (or 0xE81362) is known color: Ruby. HEX triplet: E8, 13 and 62. RGB value is (232,19,98). Sum of RGB (Red+Green+Blue) = 232+19+98=349 (46% of max value = 765). Red value is 232 (91.02% from 255 or 66.48% from 349); Green value is 19 (7.81% from 255 or 5.44% from 349); Blue value is 98 (38.67% from 255 or 28.08% from 349); Max value from RGB is 232 - color contains mainly: red. Hex color #E81362 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E81362 is #17EC9D. Grayscale: #5B5B5B. Windows color (decimal): -1567902 or 6427624. OLE color: 6427624.

HSL color Cylindrical-coordinate representation of color #E81362: hue angle of 337.75º degrees, saturation: 0.85, 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 #E81362 is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 19 98 -
CMYK 0 0.92 0.58 0.09
HSL 337.75º 0.85% 0.49% -
HSV(B) 337.75º 0.92% 0.91% -
XYZ 35.72 18.5 13.24 -
YUV 91.69 131.57 228.08 -
System Red Green Blue C M Y K H S L
Decimal 232 19 98 0 0.92 0.58 0.09 337.75 0.85 0.49
Hex E8 13 62 0 5C 3A 9 152 55 31
Octal 350 23 142 0 134 72 11 522 125 61
Binary 11101000 10011 1100010 0 1011100 111010 1001 101010010 1010101 110001

Color Harmonies of #E81362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81362

Black with #E81362

Text Example


Text Example

White with #E81362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81362; }

 p { color: rgb(232,19,98); }

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

background-color css

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

 a { background-color: rgb(232,19,98); }

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

border-color css

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

 span { border-color: rgb(232,19,98); }

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