Html Css Color HEX #E82168 Ruby

📋 copy color: '#E82168'

red 232 ◦ green 33 ◦ blue 104

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

Shades of Ruby #E82168

Tints of Ruby #E82168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 28.18%

R = 62.87%
G = 8.94%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#E82168 (or 0xE82168) is known color: Ruby. HEX triplet: E8, 21 and 68. RGB value is (232,33,104). Sum of RGB (Red+Green+Blue) = 232+33+104=369 (48% of max value = 765). Red value is 232 (91.02% from 255 or 62.87% from 369); Green value is 33 (13.28% from 255 or 8.94% from 369); Blue value is 104 (41.02% from 255 or 28.18% from 369); Max value from RGB is 232 - color contains mainly: red. Hex color #E82168 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E82168 is #17DE97. Grayscale: #646464. Windows color (decimal): -1564312 or 6824424. OLE color: 6824424.

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

Color convert

RGB 232 33 104 -
CMYK 0 0.86 0.55 0.09
HSL 338.59º 0.81% 0.52% -
HSV(B) 338.59º 0.86% 0.91% -
XYZ 36.32 19.24 14.9 -
YUV 100.6 129.93 221.73 -
System Red Green Blue C M Y K H S L
Decimal 232 33 104 0 0.86 0.55 0.09 338.59 0.81 0.52
Hex E8 21 68 0 56 37 9 153 51 34
Octal 350 41 150 0 126 67 11 523 121 64
Binary 11101000 100001 1101000 0 1010110 110111 1001 101010011 1010001 110100

Color Harmonies of #E82168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82168

Black with #E82168

Text Example


Text Example

White with #E82168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82168; }

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

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

background-color css

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

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

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

border-color css

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

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

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