Html Css Color HEX #E82064 Ruby

📋 copy color: '#E82064'

red 232 ◦ green 32 ◦ blue 100

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

Shades of Ruby #E82064

Tints of Ruby #E82064

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.79%

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

R = 63.74%
G = 8.79%
B = 27.47%

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

#E82064 (or 0xE82064) is known color: Ruby. HEX triplet: E8, 20 and 64. RGB value is (232,32,100). Sum of RGB (Red+Green+Blue) = 232+32+100=364 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.74% from 364); Green value is 32 (12.89% from 255 or 8.79% from 364); Blue value is 100 (39.45% from 255 or 27.47% from 364); Max value from RGB is 232 - color contains mainly: red. Hex color #E82064 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E82064 is #17DF9B. Grayscale: #636363. Windows color (decimal): -1564572 or 6562024. OLE color: 6562024.

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

Color convert

RGB 232 32 100 -
CMYK 0 0.86 0.57 0.09
HSL 339.6º 0.81% 0.52% -
HSV(B) 339.6º 0.86% 0.91% -
XYZ 36.1 19.11 13.84 -
YUV 99.55 128.26 222.47 -
System Red Green Blue C M Y K H S L
Decimal 232 32 100 0 0.86 0.57 0.09 339.6 0.81 0.52
Hex E8 20 64 0 56 39 9 154 51 34
Octal 350 40 144 0 126 71 11 524 121 64
Binary 11101000 100000 1100100 0 1010110 111001 1001 101010100 1010001 110100

Color Harmonies of #E82064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82064

Black with #E82064

Text Example


Text Example

White with #E82064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82064; }

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

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

background-color css

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

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

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

border-color css

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

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

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