Html Css Color HEX #E82162 Ruby

📋 copy color: '#E82162'

red 232 ◦ green 33 ◦ blue 98

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

Shades of Ruby #E82162

Tints of Ruby #E82162

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.09%

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

R = 63.91%
G = 9.09%
B = 27%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.58

 K value IS 0.09

RGB Variations

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

Color information

#E82162 (or 0xE82162) is known color: Ruby. HEX triplet: E8, 21 and 62. RGB value is (232,33,98). Sum of RGB (Red+Green+Blue) = 232+33+98=363 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.91% from 363); Green value is 33 (13.28% from 255 or 9.09% from 363); Blue value is 98 (38.67% from 255 or 27.00% from 363); Max value from RGB is 232 - color contains mainly: red. Hex color #E82162 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E82162 is #17DE9D. Grayscale: #636363. Windows color (decimal): -1564318 or 6431208. OLE color: 6431208.

HSL color Cylindrical-coordinate representation of color #E82162: hue angle of 340.4º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E82162 is Cyan = 0, Magento = 0.86, Yellow = 0.58 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 33 98 -
CMYK 0 0.86 0.58 0.09
HSL 340.4º 0.81% 0.52% -
HSV(B) 340.4º 0.86% 0.91% -
XYZ 36.03 19.13 13.35 -
YUV 99.91 126.93 222.21 -
System Red Green Blue C M Y K H S L
Decimal 232 33 98 0 0.86 0.58 0.09 340.4 0.81 0.52
Hex E8 21 62 0 56 3A 9 154 51 34
Octal 350 41 142 0 126 72 11 524 121 64
Binary 11101000 100001 1100010 0 1010110 111010 1001 101010100 1010001 110100

Color Harmonies of #E82162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82162

Black with #E82162

Text Example


Text Example

White with #E82162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82162; }

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

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

background-color css

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

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

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

border-color css

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

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

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