Html Css Color HEX #E8206C Ruby

📋 copy color: '#E8206C'

red 232 ◦ green 32 ◦ blue 108

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

Shades of Ruby #E8206C

Tints of Ruby #E8206C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.03%

R = 62.37%
G = 8.6%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.53

 K value IS 0.09

RGB Variations

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

Color information

#E8206C (or 0xE8206C) is known color: Ruby. HEX triplet: E8, 20 and 6C. RGB value is (232,32,108). Sum of RGB (Red+Green+Blue) = 232+32+108=372 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.37% from 372); Green value is 32 (12.89% from 255 or 8.60% from 372); Blue value is 108 (42.58% from 255 or 29.03% from 372); Max value from RGB is 232 - color contains mainly: red. Hex color #E8206C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8206C is #17DF93. Grayscale: #646464. Windows color (decimal): -1564564 or 7086312. OLE color: 7086312.

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

Color convert

RGB 232 32 108 -
CMYK 0 0.86 0.53 0.09
HSL 337.2º 0.81% 0.52% -
HSV(B) 337.2º 0.86% 0.91% -
XYZ 36.5 19.27 15.98 -
YUV 100.46 132.26 221.82 -
System Red Green Blue C M Y K H S L
Decimal 232 32 108 0 0.86 0.53 0.09 337.2 0.81 0.52
Hex E8 20 6C 0 56 35 9 151 51 34
Octal 350 40 154 0 126 65 11 521 121 64
Binary 11101000 100000 1101100 0 1010110 110101 1001 101010001 1010001 110100

Color Harmonies of #E8206C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8206C

Black with #E8206C

Text Example


Text Example

White with #E8206C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8206C; }

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

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

background-color css

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

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

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

border-color css

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

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

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