Html Css Color HEX #E82065 Ruby

📋 copy color: '#E82065'

red 232 ◦ green 32 ◦ blue 101

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

Shades of Ruby #E82065

Tints of Ruby #E82065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.67%

R = 63.56%
G = 8.77%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.56

 K value IS 0.09

RGB Variations

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

Color information

#E82065 (or 0xE82065) is known color: Ruby. HEX triplet: E8, 20 and 65. RGB value is (232,32,101). Sum of RGB (Red+Green+Blue) = 232+32+101=365 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.56% from 365); Green value is 32 (12.89% from 255 or 8.77% from 365); Blue value is 101 (39.84% from 255 or 27.67% from 365); Max value from RGB is 232 - color contains mainly: red. Hex color #E82065 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E82065 is #17DF9A. Grayscale: #636363. Windows color (decimal): -1564571 or 6627560. OLE color: 6627560.

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

Color convert

RGB 232 32 101 -
CMYK 0 0.86 0.56 0.09
HSL 339.3º 0.81% 0.52% -
HSV(B) 339.3º 0.86% 0.91% -
XYZ 36.14 19.13 14.1 -
YUV 99.67 128.76 222.39 -
System Red Green Blue C M Y K H S L
Decimal 232 32 101 0 0.86 0.56 0.09 339.3 0.81 0.52
Hex E8 20 65 0 56 38 9 153 51 34
Octal 350 40 145 0 126 70 11 523 121 64
Binary 11101000 100000 1100101 0 1010110 111000 1001 101010011 1010001 110100

Color Harmonies of #E82065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82065

Black with #E82065

Text Example


Text Example

White with #E82065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82065; }

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

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

background-color css

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

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

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

border-color css

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

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

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