Html Css Color HEX #E82164 Ruby

📋 copy color: '#E82164'

red 232 ◦ green 33 ◦ blue 100

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

Shades of Ruby #E82164

Tints of Ruby #E82164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 27.4%

R = 63.56%
G = 9.04%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.57

 K value IS 0.09

RGB Variations

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

Color information

#E82164 (or 0xE82164) is known color: Ruby. HEX triplet: E8, 21 and 64. RGB value is (232,33,100). Sum of RGB (Red+Green+Blue) = 232+33+100=365 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.56% from 365); Green value is 33 (13.28% from 255 or 9.04% from 365); Blue value is 100 (39.45% from 255 or 27.40% from 365); Max value from RGB is 232 - color contains mainly: red. Hex color #E82164 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E82164 is #17DE9B. Grayscale: #646464. Windows color (decimal): -1564316 or 6562280. OLE color: 6562280.

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

Color convert

RGB 232 33 100 -
CMYK 0 0.86 0.57 0.09
HSL 339.8º 0.81% 0.52% -
HSV(B) 339.8º 0.86% 0.91% -
XYZ 36.12 19.16 13.85 -
YUV 100.14 127.93 222.05 -
System Red Green Blue C M Y K H S L
Decimal 232 33 100 0 0.86 0.57 0.09 339.8 0.81 0.52
Hex E8 21 64 0 56 39 9 154 51 34
Octal 350 41 144 0 126 71 11 524 121 64
Binary 11101000 100001 1100100 0 1010110 111001 1001 101010100 1010001 110100

Color Harmonies of #E82164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82164

Black with #E82164

Text Example


Text Example

White with #E82164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82164; }

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

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

background-color css

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

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

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

border-color css

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

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

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